Class: GustoEmbedded::Shared::EmploymentHistoryList
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::EmploymentHistoryList
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/employment_history_list.rb
Overview
Example response
Instance Method Summary collapse
-
#initialize(employment_status: nil, file_new_hire_report: nil, hire_date: nil, termination_date: nil, two_percent_shareholder: nil) ⇒ EmploymentHistoryList
constructor
A new instance of EmploymentHistoryList.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(employment_status: nil, file_new_hire_report: nil, hire_date: nil, termination_date: nil, two_percent_shareholder: nil) ⇒ EmploymentHistoryList
Returns a new instance of EmploymentHistoryList.
27 28 29 30 31 32 33 |
# File 'lib/gusto_embedded/models/shared/employment_history_list.rb', line 27 def initialize(employment_status: nil, file_new_hire_report: nil, hire_date: nil, termination_date: nil, two_percent_shareholder: nil) @employment_status = employment_status @file_new_hire_report = file_new_hire_report @hire_date = hire_date @termination_date = termination_date @two_percent_shareholder = two_percent_shareholder end |