Class: GustoEmbedded::Operations::PostV1PayrollsPayrollUuidGeneratedDocumentsPrintablePayrollChecksResponse
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::PostV1PayrollsPayrollUuidGeneratedDocumentsPrintablePayrollChecksResponse
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/post_v1_payrolls_payroll_uuid_generated_documents_printable_payroll_checks_response.rb
Instance Method Summary collapse
-
#initialize(content_type: nil, raw_response: nil, status_code: nil, payroll_check: nil, unprocessable_entity_error_object: nil) ⇒ PostV1PayrollsPayrollUuidGeneratedDocumentsPrintablePayrollChecksResponse
constructor
A new instance of PostV1PayrollsPayrollUuidGeneratedDocumentsPrintablePayrollChecksResponse.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(content_type: nil, raw_response: nil, status_code: nil, payroll_check: nil, unprocessable_entity_error_object: nil) ⇒ PostV1PayrollsPayrollUuidGeneratedDocumentsPrintablePayrollChecksResponse
Returns a new instance of PostV1PayrollsPayrollUuidGeneratedDocumentsPrintablePayrollChecksResponse.
30 31 32 33 34 35 36 |
# File 'lib/gusto_embedded/models/operations/post_v1_payrolls_payroll_uuid_generated_documents_printable_payroll_checks_response.rb', line 30 def initialize(content_type: nil, raw_response: nil, status_code: nil, payroll_check: nil, unprocessable_entity_error_object: nil) @content_type = content_type @raw_response = raw_response @status_code = status_code @payroll_check = payroll_check @unprocessable_entity_error_object = unprocessable_entity_error_object end |