Class: GustoEmbedded::Models::Shared::EmployeeFederalTax
- Inherits:
-
Object
- Object
- GustoEmbedded::Models::Shared::EmployeeFederalTax
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/gusto_embedded/models/shared/employee_federal_tax.rb
Overview
Federal tax information for an employee. The response structure varies based on the w4_data_type field.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ EmployeeFederalTax
constructor
A new instance of EmployeeFederalTax.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ EmployeeFederalTax
Returns a new instance of EmployeeFederalTax.
17 |
# File 'lib/gusto_embedded/models/shared/employee_federal_tax.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/gusto_embedded/models/shared/employee_federal_tax.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |