Class: GustoEmbedded::Shared::YtdBenefitAmountsFromDifferentCompany
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::YtdBenefitAmountsFromDifferentCompany
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/ytd_benefit_amounts_from_different_company.rb
Overview
Ytd Benefit Amounts From Different Company
Instance Method Summary collapse
-
#initialize(benefit_type: nil, uuid: nil, ytd_company_contribution_amount: nil, ytd_employee_deduction_amount: nil) ⇒ YtdBenefitAmountsFromDifferentCompany
constructor
A new instance of YtdBenefitAmountsFromDifferentCompany.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(benefit_type: nil, uuid: nil, ytd_company_contribution_amount: nil, ytd_employee_deduction_amount: nil) ⇒ YtdBenefitAmountsFromDifferentCompany
Returns a new instance of YtdBenefitAmountsFromDifferentCompany.
25 26 27 28 29 30 |
# File 'lib/gusto_embedded/models/shared/ytd_benefit_amounts_from_different_company.rb', line 25 def initialize(benefit_type: nil, uuid: nil, ytd_company_contribution_amount: nil, ytd_employee_deduction_amount: nil) @benefit_type = benefit_type @uuid = uuid @ytd_company_contribution_amount = ytd_company_contribution_amount @ytd_employee_deduction_amount = ytd_employee_deduction_amount end |