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