Class: GustoEmbedded::Shared::ExternalPayrollTaxSuggestions
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::ExternalPayrollTaxSuggestions
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/external_payroll_tax_suggestions.rb
Overview
The representation of an external payroll with minimal information.
Instance Method Summary collapse
-
#initialize(employee_uuid: nil, tax_suggestions: nil) ⇒ ExternalPayrollTaxSuggestions
constructor
A new instance of ExternalPayrollTaxSuggestions.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(employee_uuid: nil, tax_suggestions: nil) ⇒ ExternalPayrollTaxSuggestions
Returns a new instance of ExternalPayrollTaxSuggestions.
21 22 23 24 |
# File 'lib/gusto_embedded/models/shared/external_payroll_tax_suggestions.rb', line 21 def initialize(employee_uuid: nil, tax_suggestions: nil) @employee_uuid = employee_uuid @tax_suggestions = tax_suggestions end |