Class: GustoEmbedded::Operations::GetCompaniesDepartmentsResponse

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/get_companies_departments_response.rb

Instance Method Summary collapse

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, department_list: nil) ⇒ GetCompaniesDepartmentsResponse

Returns a new instance of GetCompaniesDepartmentsResponse.



25
26
27
28
29
30
# File 'lib/gusto_embedded/models/operations/get_companies_departments_response.rb', line 25

def initialize(content_type: nil, raw_response: nil, status_code: nil, department_list: nil)
  @content_type = content_type
  @raw_response = raw_response
  @status_code = status_code
  @department_list = department_list
end