Class: GustoEmbedded::Shared::MinimumWages

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(effective_date: nil, uuid: nil, wage: nil) ⇒ MinimumWages

Returns a new instance of MinimumWages.



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

def initialize(effective_date: nil, uuid: nil, wage: nil)
  @effective_date = effective_date
  @uuid = uuid
  @wage = wage
end