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