Class: GustoEmbedded::Shared::HistoricalEmployeeBodyJob
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::HistoricalEmployeeBodyJob
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/historical_employee_body_job.rb
Instance Method Summary collapse
-
#initialize(hire_date: nil) ⇒ HistoricalEmployeeBodyJob
constructor
A new instance of HistoricalEmployeeBodyJob.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(hire_date: nil) ⇒ HistoricalEmployeeBodyJob
Returns a new instance of HistoricalEmployeeBodyJob.
19 20 21 |
# File 'lib/gusto_embedded/models/shared/historical_employee_body_job.rb', line 19 def initialize(hire_date: nil) @hire_date = hire_date end |