Class: Arrolio::Engine::OpenPage
- Inherits:
-
Struct
- Object
- Struct
- Arrolio::Engine::OpenPage
- Defined in:
- lib/arrolio/engine/paged.rb
Instance Attribute Summary collapse
-
#body_boxes ⇒ Object
Returns the value of attribute body_boxes.
-
#footer ⇒ Object
Returns the value of attribute footer.
-
#footer_align ⇒ Object
Returns the value of attribute footer_align.
-
#footnotes ⇒ Object
Returns the value of attribute footnotes.
-
#frame ⇒ Object
Returns the value of attribute frame.
-
#fresh ⇒ Object
Returns the value of attribute fresh.
-
#header ⇒ Object
Returns the value of attribute header.
-
#header_align ⇒ Object
Returns the value of attribute header_align.
-
#page_number ⇒ Object
Returns the value of attribute page_number.
-
#role ⇒ Object
Returns the value of attribute role.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#body_boxes ⇒ Object
Returns the value of attribute body_boxes
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def body_boxes @body_boxes end |
#footer ⇒ Object
Returns the value of attribute footer
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def @footer end |
#footer_align ⇒ Object
Returns the value of attribute footer_align
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def @footer_align end |
#footnotes ⇒ Object
Returns the value of attribute footnotes
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def footnotes @footnotes end |
#frame ⇒ Object
Returns the value of attribute frame
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def frame @frame end |
#fresh ⇒ Object
Returns the value of attribute fresh
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def fresh @fresh end |
#header ⇒ Object
Returns the value of attribute header
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def header @header end |
#header_align ⇒ Object
Returns the value of attribute header_align
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def header_align @header_align end |
#page_number ⇒ Object
Returns the value of attribute page_number
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def page_number @page_number end |
#role ⇒ Object
Returns the value of attribute role
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def role @role end |
#template ⇒ Object
Returns the value of attribute template
181 182 183 |
# File 'lib/arrolio/engine/paged.rb', line 181 def template @template end |