Class: GustoEmbedded::Shared::UnprocessedTerminationPayPeriod
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::UnprocessedTerminationPayPeriod
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/unprocessed_termination_pay_period.rb
Overview
The representation of an unprocessed termination pay period.
Instance Method Summary collapse
-
#initialize(check_date: nil, debit_date: nil, employee_name: nil, employee_uuid: nil, end_date: nil, pay_schedule_uuid: nil, start_date: nil) ⇒ UnprocessedTerminationPayPeriod
constructor
A new instance of UnprocessedTerminationPayPeriod.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(check_date: nil, debit_date: nil, employee_name: nil, employee_uuid: nil, end_date: nil, pay_schedule_uuid: nil, start_date: nil) ⇒ UnprocessedTerminationPayPeriod
Returns a new instance of UnprocessedTerminationPayPeriod.
31 32 33 34 35 36 37 38 39 |
# File 'lib/gusto_embedded/models/shared/unprocessed_termination_pay_period.rb', line 31 def initialize(check_date: nil, debit_date: nil, employee_name: nil, employee_uuid: nil, end_date: nil, pay_schedule_uuid: nil, start_date: nil) @check_date = check_date @debit_date = debit_date @employee_name = employee_name @employee_uuid = employee_uuid @end_date = end_date @pay_schedule_uuid = pay_schedule_uuid @start_date = start_date end |