class Asciidoctor::Inline

def alt

Returns the [String] value of the alt attribute.

Public: Returns the converted alt text for this inline image.
def alt
  (attr 'alt') || ''
end