Class: GustoEmbedded::Shared::HistoricalEmployeeBodyJob

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/shared/historical_employee_body_job.rb

Instance Method Summary collapse

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