Class: Asciidoctor::Document::Footnote
- Inherits:
-
Struct
- Object
- Struct
- Asciidoctor::Document::Footnote
- Defined in:
- lib/asciidoctor/document.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#index ⇒ Object
Returns the value of attribute index.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
89 90 91 |
# File 'lib/asciidoctor/document.rb', line 89 def id @id end |
#index ⇒ Object
Returns the value of attribute index
89 90 91 |
# File 'lib/asciidoctor/document.rb', line 89 def index @index end |
#text ⇒ Object
Returns the value of attribute text
89 90 91 |
# File 'lib/asciidoctor/document.rb', line 89 def text @text end |