Class: GustoEmbedded::Shared::WorkAddress

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(location_uuid: nil) ⇒ WorkAddress

Returns a new instance of WorkAddress.



19
20
21
# File 'lib/gusto_embedded/models/shared/work_address.rb', line 19

def initialize(location_uuid: nil)
  @location_uuid = location_uuid
end