Class: GustoEmbedded::Operations::GetV1CompanyIndustryRequest

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(company_id: nil, x_gusto_api_version: nil) ⇒ GetV1CompanyIndustryRequest

Returns a new instance of GetV1CompanyIndustryRequest.



21
22
23
24
# File 'lib/gusto_embedded/models/operations/get_v1_company_industry_request.rb', line 21

def initialize(company_id: nil, x_gusto_api_version: nil)
  @company_id = company_id
  @x_gusto_api_version = x_gusto_api_version
end