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