Class: GustoEmbedded::Operations::PostV1CompaniesCompanyIdPaySchedulesAssignmentPreviewResponse
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::PostV1CompaniesCompanyIdPaySchedulesAssignmentPreviewResponse
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_assignment_preview_response.rb
Instance Method Summary collapse
-
#initialize(content_type: nil, raw_response: nil, status_code: nil, pay_schedule_assignment_preview: nil, unprocessable_entity_error_object: nil) ⇒ PostV1CompaniesCompanyIdPaySchedulesAssignmentPreviewResponse
constructor
A new instance of PostV1CompaniesCompanyIdPaySchedulesAssignmentPreviewResponse.
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, pay_schedule_assignment_preview: nil, unprocessable_entity_error_object: nil) ⇒ PostV1CompaniesCompanyIdPaySchedulesAssignmentPreviewResponse
Returns a new instance of PostV1CompaniesCompanyIdPaySchedulesAssignmentPreviewResponse.
30 31 32 33 34 35 36 |
# File 'lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_assignment_preview_response.rb', line 30 def initialize(content_type: nil, raw_response: nil, status_code: nil, pay_schedule_assignment_preview: nil, unprocessable_entity_error_object: nil) @content_type = content_type @raw_response = raw_response @status_code = status_code @pay_schedule_assignment_preview = pay_schedule_assignment_preview @unprocessable_entity_error_object = unprocessable_entity_error_object end |