Class: Google::Apis::PlusDomainsV1::Place::Address
- Inherits:
-
Object
- Object
- Google::Apis::PlusDomainsV1::Place::Address
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/plus_domains_v1/classes.rb,
generated/google/apis/plus_domains_v1/representations.rb,
generated/google/apis/plus_domains_v1/representations.rb
Overview
The physical address of the place.
Instance Attribute Summary collapse
-
#formatted ⇒ String
The formatted address for display.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Address
constructor
A new instance of Address.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Address
Returns a new instance of Address
2496 2497 2498 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 2496 def initialize(**args) update!(**args) end |
Instance Attribute Details
#formatted ⇒ String
The formatted address for display.
Corresponds to the JSON property formatted
2494 2495 2496 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 2494 def formatted @formatted end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2501 2502 2503 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 2501 def update!(**args) @formatted = args[:formatted] if args.key?(:formatted) end |