Class: GustoEmbedded::Shared::PayrollReceiptTaxes
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::PayrollReceiptTaxes
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/payroll_receipt_taxes.rb
Instance Method Summary collapse
-
#initialize(amount: nil, name: nil) ⇒ PayrollReceiptTaxes
constructor
A new instance of PayrollReceiptTaxes.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(amount: nil, name: nil) ⇒ PayrollReceiptTaxes
Returns a new instance of PayrollReceiptTaxes.
21 22 23 24 |
# File 'lib/gusto_embedded/models/shared/payroll_receipt_taxes.rb', line 21 def initialize(amount: nil, name: nil) @amount = amount @name = name end |