Class: Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAccessibilityOptions
- Inherits:
-
Object
- Object
- Google::Apis::PlacesV1::GoogleMapsPlacesV1PlaceAccessibilityOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/places_v1/classes.rb,
lib/google/apis/places_v1/representations.rb,
lib/google/apis/places_v1/representations.rb
Overview
Information about the accessibility options a place offers.
Instance Attribute Summary collapse
-
#wheelchair_accessible_entrance ⇒ Boolean
(also: #wheelchair_accessible_entrance?)
Places has wheelchair accessible entrance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleMapsPlacesV1PlaceAccessibilityOptions
constructor
A new instance of GoogleMapsPlacesV1PlaceAccessibilityOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleMapsPlacesV1PlaceAccessibilityOptions
Returns a new instance of GoogleMapsPlacesV1PlaceAccessibilityOptions.
454 455 456 |
# File 'lib/google/apis/places_v1/classes.rb', line 454 def initialize(**args) update!(**args) end |
Instance Attribute Details
#wheelchair_accessible_entrance ⇒ Boolean Also known as: wheelchair_accessible_entrance?
Places has wheelchair accessible entrance.
Corresponds to the JSON property wheelchairAccessibleEntrance
451 452 453 |
# File 'lib/google/apis/places_v1/classes.rb', line 451 def wheelchair_accessible_entrance @wheelchair_accessible_entrance end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
459 460 461 |
# File 'lib/google/apis/places_v1/classes.rb', line 459 def update!(**args) @wheelchair_accessible_entrance = args[:wheelchair_accessible_entrance] if args.key?(:wheelchair_accessible_entrance) end |