Class: GustoEmbedded::Shared::PayrollEmployeeCompensationsTypePaidTimeOff

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/shared/payroll_employee_compensations_type_paid_time_off.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(final_payout_unused_hours_input: nil, hours: nil, name: nil) ⇒ PayrollEmployeeCompensationsTypePaidTimeOff

Returns a new instance of PayrollEmployeeCompensationsTypePaidTimeOff.



23
24
25
26
27
# File 'lib/gusto_embedded/models/shared/payroll_employee_compensations_type_paid_time_off.rb', line 23

def initialize(final_payout_unused_hours_input: nil, hours: nil, name: nil)
  @final_payout_unused_hours_input = final_payout_unused_hours_input
  @hours = hours
  @name = name
end