Class: GustoEmbedded::Shared::WorkAddress
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::WorkAddress
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/work_address.rb
Instance Method Summary collapse
-
#initialize(location_uuid: nil) ⇒ WorkAddress
constructor
A new instance of WorkAddress.
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 |