Class: Arrolio::Engine::OpenPage

Inherits:
Struct
  • Object
show all
Defined in:
lib/arrolio/engine/paged.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_boxesObject

Returns the value of attribute body_boxes

Returns:

  • (Object)

    the current value of body_boxes



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def body_boxes
  @body_boxes
end

Returns the value of attribute footer

Returns:

  • (Object)

    the current value of footer



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def footer
  @footer
end

Returns the value of attribute footer_align

Returns:

  • (Object)

    the current value of footer_align



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def footer_align
  @footer_align
end

#footnotesObject

Returns the value of attribute footnotes

Returns:

  • (Object)

    the current value of footnotes



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def footnotes
  @footnotes
end

#frameObject

Returns the value of attribute frame

Returns:

  • (Object)

    the current value of frame



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def frame
  @frame
end

#freshObject

Returns the value of attribute fresh

Returns:

  • (Object)

    the current value of fresh



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def fresh
  @fresh
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def header
  @header
end

#header_alignObject

Returns the value of attribute header_align

Returns:

  • (Object)

    the current value of header_align



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def header_align
  @header_align
end

#page_numberObject

Returns the value of attribute page_number

Returns:

  • (Object)

    the current value of page_number



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def page_number
  @page_number
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def role
  @role
end

#templateObject

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



181
182
183
# File 'lib/arrolio/engine/paged.rb', line 181

def template
  @template
end