Class: GustoEmbedded::Models::Shared::PayScheduleAutoPayrollEnablementBlockerMetadata
- Inherits:
-
Object
- Object
- GustoEmbedded::Models::Shared::PayScheduleAutoPayrollEnablementBlockerMetadata
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/gusto_embedded/models/shared/pay_schedule_auto_payroll_enablement_blocker_metadata.rb
Overview
Blocker-specific metadata (e.g. employee_uuids, states).
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ PayScheduleAutoPayrollEnablementBlockerMetadata
constructor
A new instance of PayScheduleAutoPayrollEnablementBlockerMetadata.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ PayScheduleAutoPayrollEnablementBlockerMetadata
Returns a new instance of PayScheduleAutoPayrollEnablementBlockerMetadata.
17 |
# File 'lib/gusto_embedded/models/shared/pay_schedule_auto_payroll_enablement_blocker_metadata.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/gusto_embedded/models/shared/pay_schedule_auto_payroll_enablement_blocker_metadata.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |