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