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