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



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def body_boxes
  @body_boxes
end

Returns the value of attribute footer

Returns:

  • (Object)

    the current value of footer



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def footer
  @footer
end

Returns the value of attribute footer_align

Returns:

  • (Object)

    the current value of footer_align



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def footer_align
  @footer_align
end

#footnotesObject

Returns the value of attribute footnotes

Returns:

  • (Object)

    the current value of footnotes



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def footnotes
  @footnotes
end

#frameObject

Returns the value of attribute frame

Returns:

  • (Object)

    the current value of frame



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def frame
  @frame
end

#freshObject

Returns the value of attribute fresh

Returns:

  • (Object)

    the current value of fresh



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def fresh
  @fresh
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def header
  @header
end

#header_alignObject

Returns the value of attribute header_align

Returns:

  • (Object)

    the current value of header_align



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def header_align
  @header_align
end

#page_numberObject

Returns the value of attribute page_number

Returns:

  • (Object)

    the current value of page_number



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def page_number
  @page_number
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def role
  @role
end

#templateObject

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def template
  @template
end

#title_templateObject

Returns the value of attribute title_template

Returns:

  • (Object)

    the current value of title_template



261
262
263
# File 'lib/arrolio/engine/paged.rb', line 261

def title_template
  @title_template
end