Class: VitableConnect::Models::EmployerListBenefitPlanYearsResponse::Data::EmployeeContribution
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- VitableConnect::Models::EmployerListBenefitPlanYearsResponse::Data::EmployeeContribution
- Defined in:
- lib/vitable_connect/models/employer_list_benefit_plan_years_response.rb,
sig/vitable_connect/models/employer_list_benefit_plan_years_response.rbs
Overview
Instance Attribute Summary collapse
-
#max_cents ⇒ Integer
Highest per-tier contribution in cents.
-
#min_cents ⇒ Integer
Lowest per-tier contribution in cents.
Instance Method Summary collapse
-
#initialize ⇒ EmployeeContribution
constructor
A new instance of EmployeeContribution.
- #to_hash ⇒ { max_cents: Integer, min_cents: Integer }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ EmployeeContribution
Returns a new instance of EmployeeContribution.
127 |
# File 'sig/vitable_connect/models/employer_list_benefit_plan_years_response.rbs', line 127
def initialize: (max_cents: Integer, min_cents: Integer) -> void
|
Instance Attribute Details
#max_cents ⇒ Integer
Highest per-tier contribution in cents.
191 |
# File 'lib/vitable_connect/models/employer_list_benefit_plan_years_response.rb', line 191 required :max_cents, Integer |
#min_cents ⇒ Integer
Lowest per-tier contribution in cents.
197 |
# File 'lib/vitable_connect/models/employer_list_benefit_plan_years_response.rb', line 197 required :min_cents, Integer |
Instance Method Details
#to_hash ⇒ { max_cents: Integer, min_cents: Integer }
129 |
# File 'sig/vitable_connect/models/employer_list_benefit_plan_years_response.rbs', line 129
def to_hash: -> { max_cents: Integer, min_cents: Integer }
|