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.
-
#title_template ⇒ Object
Returns the value of attribute title_template.
Instance Attribute Details
#body_boxes ⇒ Object
Returns the value of attribute body_boxes
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def body_boxes @body_boxes end |
#footer ⇒ Object
Returns the value of attribute footer
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def @footer end |
#footer_align ⇒ Object
Returns the value of attribute footer_align
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def @footer_align end |
#footnotes ⇒ Object
Returns the value of attribute footnotes
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def footnotes @footnotes end |
#frame ⇒ Object
Returns the value of attribute frame
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def frame @frame end |
#fresh ⇒ Object
Returns the value of attribute fresh
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def fresh @fresh end |
#header ⇒ Object
Returns the value of attribute header
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def header @header end |
#header_align ⇒ Object
Returns the value of attribute header_align
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def header_align @header_align end |
#page_number ⇒ Object
Returns the value of attribute page_number
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def page_number @page_number end |
#role ⇒ Object
Returns the value of attribute role
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def role @role end |
#template ⇒ Object
Returns the value of attribute template
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def template @template end |
#title_template ⇒ Object
Returns the value of attribute title_template
260 261 262 |
# File 'lib/arrolio/engine/paged.rb', line 260 def title_template @title_template end |