Class: Asciidoctor::Document::Footnote

Inherits:
Struct
  • Object
show all
Defined in:
lib/asciidoctor/document.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



89
90
91
# File 'lib/asciidoctor/document.rb', line 89

def id
  @id
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



89
90
91
# File 'lib/asciidoctor/document.rb', line 89

def index
  @index
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



89
90
91
# File 'lib/asciidoctor/document.rb', line 89

def text
  @text
end