Class: Thinreports::SectionReport::Renderer::SectionHeight::LayoutInfo
- Inherits:
-
Struct
- Object
- Struct
- Thinreports::SectionReport::Renderer::SectionHeight::LayoutInfo
- Defined in:
- lib/thinreports/section_report/pdf/renderer/section_height.rb
Instance Attribute Summary collapse
-
#bottom_margin ⇒ Object
Returns the value of attribute bottom_margin.
-
#content_height ⇒ Object
Returns the value of attribute content_height.
-
#shape ⇒ Object
Returns the value of attribute shape.
-
#top_margin ⇒ Object
Returns the value of attribute top_margin.
Instance Attribute Details
#bottom_margin ⇒ Object
Returns the value of attribute bottom_margin
7 8 9 |
# File 'lib/thinreports/section_report/pdf/renderer/section_height.rb', line 7 def bottom_margin @bottom_margin end |
#content_height ⇒ Object
Returns the value of attribute content_height
7 8 9 |
# File 'lib/thinreports/section_report/pdf/renderer/section_height.rb', line 7 def content_height @content_height end |
#shape ⇒ Object
Returns the value of attribute shape
7 8 9 |
# File 'lib/thinreports/section_report/pdf/renderer/section_height.rb', line 7 def shape @shape end |
#top_margin ⇒ Object
Returns the value of attribute top_margin
7 8 9 |
# File 'lib/thinreports/section_report/pdf/renderer/section_height.rb', line 7 def top_margin @top_margin end |