Class: Idml::Render::Footnote::Entry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



19
20
21
# File 'lib/idml/render/footnote.rb', line 19

def number
  @number
end

#paragraphsObject

Returns the value of attribute paragraphs

Returns:

  • (Object)

    the current value of paragraphs



19
20
21
# File 'lib/idml/render/footnote.rb', line 19

def paragraphs
  @paragraphs
end