Class: GustoEmbedded::Shared::HourlyCompensations

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(amount: nil, compensation_multiplier: nil, flsa_status: nil, hours: nil, job_uuid: nil, name: nil) ⇒ HourlyCompensations

Returns a new instance of HourlyCompensations.



29
30
31
32
33
34
35
36
# File 'lib/gusto_embedded/models/shared/hourly_compensations.rb', line 29

def initialize(amount: nil, compensation_multiplier: nil, flsa_status: nil, hours: nil, job_uuid: nil, name: nil)
  @amount = amount
  @compensation_multiplier = compensation_multiplier
  @flsa_status = flsa_status
  @hours = hours
  @job_uuid = job_uuid
  @name = name
end