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