Class: GustoEmbedded::Shared::Departments

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(department_uuid: nil, pay_schedule_uuid: nil) ⇒ Departments

Returns a new instance of Departments.



21
22
23
24
# File 'lib/gusto_embedded/models/shared/departments.rb', line 21

def initialize(department_uuid: nil, pay_schedule_uuid: nil)
  @department_uuid = department_uuid
  @pay_schedule_uuid = pay_schedule_uuid
end