Class: GustoEmbedded::Operations::GetCompaniesCompanyUuidContractorPaymentsPreviewBase
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::GetCompaniesCompanyUuidContractorPaymentsPreviewBase
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_base.rb
Instance Method Summary collapse
-
#initialize(full_message: nil, message: nil, type: nil) ⇒ GetCompaniesCompanyUuidContractorPaymentsPreviewBase
constructor
A new instance of GetCompaniesCompanyUuidContractorPaymentsPreviewBase.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(full_message: nil, message: nil, type: nil) ⇒ GetCompaniesCompanyUuidContractorPaymentsPreviewBase
Returns a new instance of GetCompaniesCompanyUuidContractorPaymentsPreviewBase.
23 24 25 26 27 |
# File 'lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_base.rb', line 23 def initialize(full_message: nil, message: nil, type: nil) @full_message = @message = @type = type end |