Class: Thinreports::SectionReport::Builder::ReportData::Group

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

Instance Attribute Summary collapse

Instance Attribute Details

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



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

def details
  @details
end

#footersObject

Returns the value of attribute footers

Returns:

  • (Object)

    the current value of footers



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

def footers
  @footers
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



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

def headers
  @headers
end