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