Class: GustoEmbedded::Models::Shared::PartnerManagedCompanyMigrationReadinessResponseWarningsMetadata
- Inherits:
-
Object
- Object
- GustoEmbedded::Models::Shared::PartnerManagedCompanyMigrationReadinessResponseWarningsMetadata
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/gusto_embedded/models/shared/partner_managed_company_migration_readiness_response_warnings_metadata.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(key: nil) ⇒ PartnerManagedCompanyMigrationReadinessResponseWarningsMetadata
constructor
A new instance of PartnerManagedCompanyMigrationReadinessResponseWarningsMetadata.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(key: nil) ⇒ PartnerManagedCompanyMigrationReadinessResponseWarningsMetadata
Returns a new instance of PartnerManagedCompanyMigrationReadinessResponseWarningsMetadata.
19 20 21 |
# File 'lib/gusto_embedded/models/shared/partner_managed_company_migration_readiness_response_warnings_metadata.rb', line 19 def initialize(key: nil) @key = key end |
Instance Method Details
#==(other) ⇒ Object
24 25 26 27 28 |
# File 'lib/gusto_embedded/models/shared/partner_managed_company_migration_readiness_response_warnings_metadata.rb', line 24 def ==(other) return false unless other.is_a? self.class return false unless @key == other.key true end |