Class: GustoEmbedded::Models::Shared::EmployeeBenefitUpdateRequestValue
- Inherits:
-
Object
- Object
- GustoEmbedded::Models::Shared::EmployeeBenefitUpdateRequestValue
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/gusto_embedded/models/shared/employee_benefit_update_request_value.rb
Overview
For the ‘amount` and `percentage` contribution types, the value of the corresponding amount or percentage.
For the ‘tiered` contribution type, an array of tiers.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ EmployeeBenefitUpdateRequestValue
constructor
A new instance of EmployeeBenefitUpdateRequestValue.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ EmployeeBenefitUpdateRequestValue
Returns a new instance of EmployeeBenefitUpdateRequestValue.
19 |
# File 'lib/gusto_embedded/models/shared/employee_benefit_update_request_value.rb', line 19 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
22 23 24 25 |
# File 'lib/gusto_embedded/models/shared/employee_benefit_update_request_value.rb', line 22 def ==(other) return false unless other.is_a? self.class true end |