Class: GustoEmbedded::Shared::EmployeeStateTax
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::EmployeeStateTax
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/employee_state_tax.rb
Overview
Example response
Instance Method Summary collapse
-
#initialize(employee_uuid: nil, questions: nil, state: nil, file_new_hire_report: nil, is_work_state: nil) ⇒ EmployeeStateTax
constructor
A new instance of EmployeeStateTax.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(employee_uuid: nil, questions: nil, state: nil, file_new_hire_report: nil, is_work_state: nil) ⇒ EmployeeStateTax
Returns a new instance of EmployeeStateTax.
27 28 29 30 31 32 33 |
# File 'lib/gusto_embedded/models/shared/employee_state_tax.rb', line 27 def initialize(employee_uuid: nil, questions: nil, state: nil, file_new_hire_report: nil, is_work_state: nil) @employee_uuid = employee_uuid @questions = questions @state = state @file_new_hire_report = file_new_hire_report @is_work_state = is_work_state end |