Class: GustoEmbedded::Shared::MinimumWage

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

Overview

Representation of a Minimum Wage

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(authority: nil, effective_date: nil, uuid: nil, wage: nil, wage_type: nil, notes: nil) ⇒ MinimumWage

Returns a new instance of MinimumWage.



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

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