Class: GustoEmbedded::Shared::Rehire
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::Rehire
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/rehire.rb
Overview
Example response
Instance Method Summary collapse
-
#initialize(active: nil, effective_date: nil, employee_uuid: nil, employment_status: nil, file_new_hire_report: nil, two_percent_shareholder: nil, version: nil, work_location_uuid: nil) ⇒ Rehire
constructor
A new instance of Rehire.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(active: nil, effective_date: nil, employee_uuid: nil, employment_status: nil, file_new_hire_report: nil, two_percent_shareholder: nil, version: nil, work_location_uuid: nil) ⇒ Rehire
Returns a new instance of Rehire.
33 34 35 36 37 38 39 40 41 42 |
# File 'lib/gusto_embedded/models/shared/rehire.rb', line 33 def initialize(active: nil, effective_date: nil, employee_uuid: nil, employment_status: nil, file_new_hire_report: nil, two_percent_shareholder: nil, version: nil, work_location_uuid: nil) @active = active @effective_date = effective_date @employee_uuid = employee_uuid @employment_status = employment_status @file_new_hire_report = file_new_hire_report @two_percent_shareholder = two_percent_shareholder @version = version @work_location_uuid = work_location_uuid end |