Class: GustoEmbedded::Operations::EmployeeStateTaxes

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/employee_state_taxes.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(wc_class_code: nil, wc_covered: nil) ⇒ EmployeeStateTaxes

Returns a new instance of EmployeeStateTaxes.



21
22
23
24
# File 'lib/gusto_embedded/models/operations/employee_state_taxes.rb', line 21

def initialize(wc_class_code: nil, wc_covered: nil)
  @wc_class_code = wc_class_code
  @wc_covered = wc_covered
end