Class: FinchAPI::Models::HRIS::CompanyBenefit::CompanyContribution::Tier
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::HRIS::CompanyBenefit::CompanyContribution::Tier
- Defined in:
- lib/finch_api/models/hris/company_benefit.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(tiers: , type: ) ⇒ Object
constructor
The company match for this benefit.
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
The company match for this benefit.
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
# File 'lib/finch_api/models/hris/company_benefit.rb', line 67 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
71 |
# File 'lib/finch_api/models/hris/company_benefit.rb', line 71 required :match, Integer |
#threshold ⇒ Integer
76 |
# File 'lib/finch_api/models/hris/company_benefit.rb', line 76 required :threshold, Integer |