Class: GustoEmbedded::Operations::PutV1EmployeesRequestBody
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::PutV1EmployeesRequestBody
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/put_v1_employees_requestbody.rb
Overview
Update an employee.
Instance Method Summary collapse
-
#initialize(version: nil, date_of_birth: nil, email: nil, first_name: nil, last_name: nil, middle_initial: nil, preferred_first_name: nil, ssn: nil, two_percent_shareholder: nil) ⇒ PutV1EmployeesRequestBody
constructor
A new instance of PutV1EmployeesRequestBody.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(version: nil, date_of_birth: nil, email: nil, first_name: nil, last_name: nil, middle_initial: nil, preferred_first_name: nil, ssn: nil, two_percent_shareholder: nil) ⇒ PutV1EmployeesRequestBody
Returns a new instance of PutV1EmployeesRequestBody.
35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/gusto_embedded/models/operations/put_v1_employees_requestbody.rb', line 35 def initialize(version: nil, date_of_birth: nil, email: nil, first_name: nil, last_name: nil, middle_initial: nil, preferred_first_name: nil, ssn: nil, two_percent_shareholder: nil) @version = version @date_of_birth = date_of_birth @email = email @first_name = first_name @last_name = last_name @middle_initial = middle_initial @preferred_first_name = preferred_first_name @ssn = ssn @two_percent_shareholder = two_percent_shareholder end |