class Google::Apis::MybusinesslodgingV1::Accessibility

Physical adaptations made to the property in consideration of varying levels of human physical ability.

Attributes

mobility_accessible[RW]

Mobility accessible. Throughout the property there are physical adaptations to ease the stay of a person in a wheelchair, such as auto-opening doors, wide elevators, wide bathrooms or ramps. Corresponds to the JSON property `mobilityAccessible` @return [Boolean]

mobility_accessible?[RW]

Mobility accessible. Throughout the property there are physical adaptations to ease the stay of a person in a wheelchair, such as auto-opening doors, wide elevators, wide bathrooms or ramps. Corresponds to the JSON property `mobilityAccessible` @return [Boolean]

mobility_accessible_elevator[RW]

Mobility accessible elevator. A lift that transports people from one level to another and is built to accommodate a wheelchair-using passenger owing to the width of its doors and placement of call buttons. Corresponds to the JSON property `mobilityAccessibleElevator` @return [Boolean]

mobility_accessible_elevator?[RW]

Mobility accessible elevator. A lift that transports people from one level to another and is built to accommodate a wheelchair-using passenger owing to the width of its doors and placement of call buttons. Corresponds to the JSON property `mobilityAccessibleElevator` @return [Boolean]

mobility_accessible_elevator_exception[RW]

Mobility accessible elevator exception. Corresponds to the JSON property `mobilityAccessibleElevatorException` @return [String]

mobility_accessible_exception[RW]

Mobility accessible exception. Corresponds to the JSON property `mobilityAccessibleException` @return [String]

mobility_accessible_parking[RW]

Mobility accessible parking. The presence of a marked, designated area of prescribed size in which only registered, labeled vehicles transporting a person with physical challenges may park. Corresponds to the JSON property `mobilityAccessibleParking` @return [Boolean]

mobility_accessible_parking?[RW]

Mobility accessible parking. The presence of a marked, designated area of prescribed size in which only registered, labeled vehicles transporting a person with physical challenges may park. Corresponds to the JSON property `mobilityAccessibleParking` @return [Boolean]

mobility_accessible_parking_exception[RW]

Mobility accessible parking exception. Corresponds to the JSON property `mobilityAccessibleParkingException` @return [String]

mobility_accessible_pool[RW]

Mobility accessible pool. A swimming pool equipped with a mechanical chair that can be lowered and raised for the purpose of moving physically challenged guests into and out of the pool. May be powered by electricity or water. Also known as pool lift. Corresponds to the JSON property `mobilityAccessiblePool` @return [Boolean]

mobility_accessible_pool?[RW]

Mobility accessible pool. A swimming pool equipped with a mechanical chair that can be lowered and raised for the purpose of moving physically challenged guests into and out of the pool. May be powered by electricity or water. Also known as pool lift. Corresponds to the JSON property `mobilityAccessiblePool` @return [Boolean]

mobility_accessible_pool_exception[RW]

Mobility accessible pool exception. Corresponds to the JSON property `mobilityAccessiblePoolException` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 83
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 88
def update!(**args)
  @mobility_accessible = args[:mobility_accessible] if args.key?(:mobility_accessible)
  @mobility_accessible_elevator = args[:mobility_accessible_elevator] if args.key?(:mobility_accessible_elevator)
  @mobility_accessible_elevator_exception = args[:mobility_accessible_elevator_exception] if args.key?(:mobility_accessible_elevator_exception)
  @mobility_accessible_exception = args[:mobility_accessible_exception] if args.key?(:mobility_accessible_exception)
  @mobility_accessible_parking = args[:mobility_accessible_parking] if args.key?(:mobility_accessible_parking)
  @mobility_accessible_parking_exception = args[:mobility_accessible_parking_exception] if args.key?(:mobility_accessible_parking_exception)
  @mobility_accessible_pool = args[:mobility_accessible_pool] if args.key?(:mobility_accessible_pool)
  @mobility_accessible_pool_exception = args[:mobility_accessible_pool_exception] if args.key?(:mobility_accessible_pool_exception)
end