Class: GustoEmbedded::Shared::ReportTemplate
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::ReportTemplate
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/report_template.rb
Overview
Example response
Instance Method Summary collapse
-
#initialize(columns: nil, company_uuid: nil, groupings: nil, report_type: nil) ⇒ ReportTemplate
constructor
A new instance of ReportTemplate.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(columns: nil, company_uuid: nil, groupings: nil, report_type: nil) ⇒ ReportTemplate
Returns a new instance of ReportTemplate.
25 26 27 28 29 30 |
# File 'lib/gusto_embedded/models/shared/report_template.rb', line 25 def initialize(columns: nil, company_uuid: nil, groupings: nil, report_type: nil) @columns = columns @company_uuid = company_uuid @groupings = groupings @report_type = report_type end |