Class: FinchAPI::Models::HRIS::BenefitContribution::UnionMember2::Tier
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::HRIS::BenefitContribution::UnionMember2::Tier
- Defined in:
- lib/finch_api/models/hris/benefit_contribution.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(tiers: , type: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see FinchAPI::Models::HRIS::BenefitContribution::UnionMember2 for more details.
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(tiers: , type: ) ⇒ Object
Some parameter documentations has been truncated, see FinchAPI::Models::HRIS::BenefitContribution::UnionMember2 for more details.
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
# File 'lib/finch_api/models/hris/benefit_contribution.rb', line 100 class Tier < FinchAPI::Internal::Type::BaseModel # @!attribute match # # @return [Integer] required :match, Integer # @!attribute threshold # # @return [Integer] required :threshold, Integer # @!method initialize(match:, threshold:) # @param match [Integer] # @param threshold [Integer] end |
Instance Attribute Details
#match ⇒ Integer
104 |
# File 'lib/finch_api/models/hris/benefit_contribution.rb', line 104 required :match, Integer |
#threshold ⇒ Integer
109 |
# File 'lib/finch_api/models/hris/benefit_contribution.rb', line 109 required :threshold, Integer |