Class: GustoEmbedded::Operations::GetEmployeeYtdBenefitAmountsFromDifferentCompanyRequest
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::GetEmployeeYtdBenefitAmountsFromDifferentCompanyRequest
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/get_employee_ytd_benefit_amounts_from_different_company_request.rb
Instance Method Summary collapse
-
#initialize(employee_id: nil, tax_year: nil, x_gusto_api_version: nil) ⇒ GetEmployeeYtdBenefitAmountsFromDifferentCompanyRequest
constructor
A new instance of GetEmployeeYtdBenefitAmountsFromDifferentCompanyRequest.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(employee_id: nil, tax_year: nil, x_gusto_api_version: nil) ⇒ GetEmployeeYtdBenefitAmountsFromDifferentCompanyRequest
Returns a new instance of GetEmployeeYtdBenefitAmountsFromDifferentCompanyRequest.
23 24 25 26 27 |
# File 'lib/gusto_embedded/models/operations/get_employee_ytd_benefit_amounts_from_different_company_request.rb', line 23 def initialize(employee_id: nil, tax_year: nil, x_gusto_api_version: nil) @employee_id = employee_id @tax_year = tax_year @x_gusto_api_version = x_gusto_api_version end |