Class: FinchAPI::Models::HRIS::CompanyBenefit::CompanyContribution
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::HRIS::CompanyBenefit::CompanyContribution
- Defined in:
- lib/finch_api/models/hris/company_benefit.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
- #tiers ⇒ Array<FinchAPI::Models::HRIS::CompanyBenefit::CompanyContribution::Tier>?
- #type ⇒ Symbol, ...
Instance Method Summary collapse
- #initialize(match: nil, threshold: nil) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, hash, #hash, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Constructor Details
#initialize(match: nil, threshold: nil) ⇒ Object
|
|
# File 'lib/finch_api/models/hris/company_benefit.rb', line 80
|
Instance Attribute Details
#tiers ⇒ Array<FinchAPI::Models::HRIS::CompanyBenefit::CompanyContribution::Tier>?
55 56 |
# File 'lib/finch_api/models/hris/company_benefit.rb', line 55 optional :tiers, -> { FinchAPI::Internal::Type::ArrayOf[FinchAPI::Models::HRIS::CompanyBenefit::CompanyContribution::Tier] } |
#type ⇒ Symbol, ...
61 |
# File 'lib/finch_api/models/hris/company_benefit.rb', line 61 optional :type, enum: -> { FinchAPI::Models::HRIS::CompanyBenefit::CompanyContribution::Type } |