Class: StackOne::Models::Shared::HrisUpdateEmploymentRequestDtoSchemasPayFrequencySourceValue
- Inherits:
-
Object
- Object
- StackOne::Models::Shared::HrisUpdateEmploymentRequestDtoSchemasPayFrequencySourceValue
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_pay_frequency_source_value.rb
Overview
The source value of the pay frequency.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ HrisUpdateEmploymentRequestDtoSchemasPayFrequencySourceValue
constructor
A new instance of HrisUpdateEmploymentRequestDtoSchemasPayFrequencySourceValue.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ HrisUpdateEmploymentRequestDtoSchemasPayFrequencySourceValue
Returns a new instance of HrisUpdateEmploymentRequestDtoSchemasPayFrequencySourceValue.
17 |
# File 'lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_pay_frequency_source_value.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_pay_frequency_source_value.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |