Class: Thinreports::SectionReport::Renderer::SectionHeight::LayoutInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/thinreports/section_report/pdf/renderer/section_height.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bottom_marginObject

Returns the value of attribute bottom_margin

Returns:

  • (Object)

    the current value of bottom_margin



7
8
9
# File 'lib/thinreports/section_report/pdf/renderer/section_height.rb', line 7

def bottom_margin
  @bottom_margin
end

#content_heightObject

Returns the value of attribute content_height

Returns:

  • (Object)

    the current value of content_height



7
8
9
# File 'lib/thinreports/section_report/pdf/renderer/section_height.rb', line 7

def content_height
  @content_height
end

#shapeObject

Returns the value of attribute shape

Returns:

  • (Object)

    the current value of shape



7
8
9
# File 'lib/thinreports/section_report/pdf/renderer/section_height.rb', line 7

def shape
  @shape
end

#top_marginObject

Returns the value of attribute top_margin

Returns:

  • (Object)

    the current value of top_margin



7
8
9
# File 'lib/thinreports/section_report/pdf/renderer/section_height.rb', line 7

def top_margin
  @top_margin
end