Class: Idml::Render::Footnote::Entry
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::Footnote::Entry
- Defined in:
- lib/idml/render/footnote.rb
Overview
One footnote collected during a frame's layout: its number and its extracted (already marker-prefixed) paragraphs.
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#paragraphs ⇒ Object
Returns the value of attribute paragraphs.
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number
19 20 21 |
# File 'lib/idml/render/footnote.rb', line 19 def number @number end |
#paragraphs ⇒ Object
Returns the value of attribute paragraphs
19 20 21 |
# File 'lib/idml/render/footnote.rb', line 19 def paragraphs @paragraphs end |