Class: GustoEmbedded::Operations::PutV1EmployeesEmployeeIdRehireRequestBody
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::PutV1EmployeesEmployeeIdRehireRequestBody
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/put_v1_employees_employee_id_rehire_requestbody.rb
Instance Method Summary collapse
-
#initialize(effective_date: nil, file_new_hire_report: nil, version: nil, work_location_uuid: nil, employment_status: nil, two_percent_shareholder: nil) ⇒ PutV1EmployeesEmployeeIdRehireRequestBody
constructor
A new instance of PutV1EmployeesEmployeeIdRehireRequestBody.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(effective_date: nil, file_new_hire_report: nil, version: nil, work_location_uuid: nil, employment_status: nil, two_percent_shareholder: nil) ⇒ PutV1EmployeesEmployeeIdRehireRequestBody
Returns a new instance of PutV1EmployeesEmployeeIdRehireRequestBody.
29 30 31 32 33 34 35 36 |
# File 'lib/gusto_embedded/models/operations/put_v1_employees_employee_id_rehire_requestbody.rb', line 29 def initialize(effective_date: nil, file_new_hire_report: nil, version: nil, work_location_uuid: nil, employment_status: nil, two_percent_shareholder: nil) @effective_date = effective_date @file_new_hire_report = file_new_hire_report @version = version @work_location_uuid = work_location_uuid @employment_status = employment_status @two_percent_shareholder = two_percent_shareholder end |