Class: Metanorma::Html::Component::FootnoteEntry
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Html::Component::FootnoteEntry
- Defined in:
- lib/metanorma/html/component/footnote_collector.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#fmt_label ⇒ Object
Returns the value of attribute fmt_label.
-
#id ⇒ Object
Returns the value of attribute id.
-
#number ⇒ Object
Returns the value of attribute number.
-
#reference ⇒ Object
Returns the value of attribute reference.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
53 54 55 |
# File 'lib/metanorma/html/component/footnote_collector.rb', line 53 def content @content end |
#fmt_label ⇒ Object
Returns the value of attribute fmt_label
53 54 55 |
# File 'lib/metanorma/html/component/footnote_collector.rb', line 53 def fmt_label @fmt_label end |
#id ⇒ Object
Returns the value of attribute id
53 54 55 |
# File 'lib/metanorma/html/component/footnote_collector.rb', line 53 def id @id end |
#number ⇒ Object
Returns the value of attribute number
53 54 55 |
# File 'lib/metanorma/html/component/footnote_collector.rb', line 53 def number @number end |
#reference ⇒ Object
Returns the value of attribute reference
53 54 55 |
# File 'lib/metanorma/html/component/footnote_collector.rb', line 53 def reference @reference end |