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