Class: GustoEmbedded::Operations::GetV1CompanyBenefitsCompanyBenefitIdRequest

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(company_benefit_id: nil, with_employee_benefits: nil, x_gusto_api_version: nil) ⇒ GetV1CompanyBenefitsCompanyBenefitIdRequest

Returns a new instance of GetV1CompanyBenefitsCompanyBenefitIdRequest.



23
24
25
26
27
# File 'lib/gusto_embedded/models/operations/get_v1_company_benefits_company_benefit_id_request.rb', line 23

def initialize(company_benefit_id: nil, with_employee_benefits: nil, x_gusto_api_version: nil)
  @company_benefit_id = company_benefit_id
  @with_employee_benefits = with_employee_benefits
  @x_gusto_api_version = x_gusto_api_version
end