Class: GustoEmbedded::Operations::EmployeeCompensations

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(employee_uuid: nil, excluded: nil, fixed_compensations: nil, hourly_compensations: nil, memo: nil, paid_time_off: nil, payment_method: nil, version: nil) ⇒ EmployeeCompensations

Returns a new instance of EmployeeCompensations.



33
34
35
36
37
38
39
40
41
42
# File 'lib/gusto_embedded/models/operations/employee_compensations.rb', line 33

def initialize(employee_uuid: nil, excluded: nil, fixed_compensations: nil, hourly_compensations: nil, memo: nil, paid_time_off: nil, payment_method: nil, version: nil)
  @employee_uuid = employee_uuid
  @excluded = excluded
  @fixed_compensations = fixed_compensations
  @hourly_compensations = hourly_compensations
  @memo = memo
  @paid_time_off = paid_time_off
  @payment_method = payment_method
  @version = version
end