Class: GustoEmbedded::Shared::BenefitTypeRequirements

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

Overview

Benefit type requirements response

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(catch_up: nil, company_contribution_annual_maximum: nil, contribution: nil, coverage_amount: nil, coverage_salary_multiplier: nil, deduct_as_percentage: nil, employee_deduction: nil, limit_option: nil) ⇒ BenefitTypeRequirements

Returns a new instance of BenefitTypeRequirements.



33
34
35
36
37
38
39
40
41
42
# File 'lib/gusto_embedded/models/shared/benefit_type_requirements.rb', line 33

def initialize(catch_up: nil, company_contribution_annual_maximum: nil, contribution: nil, coverage_amount: nil, coverage_salary_multiplier: nil, deduct_as_percentage: nil, employee_deduction: nil, limit_option: nil)
  @catch_up = catch_up
  @company_contribution_annual_maximum = company_contribution_annual_maximum
  @contribution = contribution
  @coverage_amount = coverage_amount
  @coverage_salary_multiplier = coverage_salary_multiplier
  @deduct_as_percentage = deduct_as_percentage
  @employee_deduction = employee_deduction
  @limit_option = limit_option
end