Class: GustoEmbedded::Operations::PostV1JobsJobIdRequestBody
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::PostV1JobsJobIdRequestBody
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/post_v1_jobs_job_id_requestbody.rb
Overview
Create a job.
Instance Method Summary collapse
-
#initialize(hire_date: nil, title: nil, state_wc_class_code: nil, state_wc_covered: nil, two_percent_shareholder: nil) ⇒ PostV1JobsJobIdRequestBody
constructor
A new instance of PostV1JobsJobIdRequestBody.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(hire_date: nil, title: nil, state_wc_class_code: nil, state_wc_covered: nil, two_percent_shareholder: nil) ⇒ PostV1JobsJobIdRequestBody
Returns a new instance of PostV1JobsJobIdRequestBody.
27 28 29 30 31 32 33 |
# File 'lib/gusto_embedded/models/operations/post_v1_jobs_job_id_requestbody.rb', line 27 def initialize(hire_date: nil, title: nil, state_wc_class_code: nil, state_wc_covered: nil, two_percent_shareholder: nil) @hire_date = hire_date @title = title @state_wc_class_code = state_wc_class_code @state_wc_covered = state_wc_covered @two_percent_shareholder = two_percent_shareholder end |