Class: GustoEmbedded::Shared::PayrollPayPeriodType
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::PayrollPayPeriodType
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/payroll_pay_period_type.rb
Instance Method Summary collapse
-
#initialize(end_date: nil, pay_schedule_uuid: nil, start_date: nil) ⇒ PayrollPayPeriodType
constructor
A new instance of PayrollPayPeriodType.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(end_date: nil, pay_schedule_uuid: nil, start_date: nil) ⇒ PayrollPayPeriodType
Returns a new instance of PayrollPayPeriodType.
23 24 25 26 27 |
# File 'lib/gusto_embedded/models/shared/payroll_pay_period_type.rb', line 23 def initialize(end_date: nil, pay_schedule_uuid: nil, start_date: nil) @end_date = end_date @pay_schedule_uuid = pay_schedule_uuid @start_date = start_date end |