Class: GustoEmbedded::Shared::PayScheduleAssignmentEmployeeChange
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::PayScheduleAssignmentEmployeeChange
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/pay_schedule_assignment_employee_change.rb
Instance Method Summary collapse
-
#initialize(employee_uuid: nil, first_name: nil, first_pay_period: nil, last_name: nil, pay_frequency: nil, transition_pay_period: nil) ⇒ PayScheduleAssignmentEmployeeChange
constructor
A new instance of PayScheduleAssignmentEmployeeChange.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(employee_uuid: nil, first_name: nil, first_pay_period: nil, last_name: nil, pay_frequency: nil, transition_pay_period: nil) ⇒ PayScheduleAssignmentEmployeeChange
Returns a new instance of PayScheduleAssignmentEmployeeChange.
29 30 31 32 33 34 35 36 |
# File 'lib/gusto_embedded/models/shared/pay_schedule_assignment_employee_change.rb', line 29 def initialize(employee_uuid: nil, first_name: nil, first_pay_period: nil, last_name: nil, pay_frequency: nil, transition_pay_period: nil) @employee_uuid = employee_uuid @first_name = first_name @first_pay_period = first_pay_period @last_name = last_name @pay_frequency = pay_frequency @transition_pay_period = transition_pay_period end |