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