Class: GustoEmbedded::Shared::RehireBody

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(effective_date: nil, file_new_hire_report: nil, work_location_uuid: nil, employment_status: nil, two_percent_shareholder: nil) ⇒ RehireBody

Returns a new instance of RehireBody.



27
28
29
30
31
32
33
# File 'lib/gusto_embedded/models/shared/rehire_body.rb', line 27

def initialize(effective_date: nil, file_new_hire_report: nil, work_location_uuid: nil, employment_status: nil, two_percent_shareholder: nil)
  @effective_date = effective_date
  @file_new_hire_report = file_new_hire_report
  @work_location_uuid = work_location_uuid
  @employment_status = employment_status
  @two_percent_shareholder = two_percent_shareholder
end