Class: Thinreports::SectionReport::Builder::ReportData::Section

Inherits:
Struct
  • Object
show all
Defined in:
lib/thinreports/section_report/builder/report_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



9
10
11
# File 'lib/thinreports/section_report/builder/report_data.rb', line 9

def items
  @items
end

#min_heightObject

Returns the value of attribute min_height

Returns:

  • (Object)

    the current value of min_height



9
10
11
# File 'lib/thinreports/section_report/builder/report_data.rb', line 9

def min_height
  @min_height
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



9
10
11
# File 'lib/thinreports/section_report/builder/report_data.rb', line 9

def schema
  @schema
end