class Google::Apis::MybusinesslodgingV1::LivingAreaAccessibility
Accessibility
features of the living area.
Attributes
ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest with mobility and/or auditory and/or visual issues, as determined by legislative policy. Usually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and communication equipment for the hearing and sight challenged. Corresponds to the JSON property `adaCompliantUnit` @return [Boolean]
ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest with mobility and/or auditory and/or visual issues, as determined by legislative policy. Usually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and communication equipment for the hearing and sight challenged. Corresponds to the JSON property `adaCompliantUnit` @return [Boolean]
ADA compliant unit exception. Corresponds to the JSON property `adaCompliantUnitException` @return [String]
Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door. Corresponds to the JSON property `hearingAccessibleDoorbell` @return [Boolean]
Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door. Corresponds to the JSON property `hearingAccessibleDoorbell` @return [Boolean]
Hearing-accessible doorbell exception. Corresponds to the JSON property `hearingAccessibleDoorbellException` @return [String]
Hearing-accessible fire alarm. A device that gives warning of a fire through flashing lights. Corresponds to the JSON property `hearingAccessibleFireAlarm` @return [Boolean]
Hearing-accessible fire alarm. A device that gives warning of a fire through flashing lights. Corresponds to the JSON property `hearingAccessibleFireAlarm` @return [Boolean]
Hearing-accessible fire alarm exception. Corresponds to the JSON property `hearingAccessibleFireAlarmException` @return [String]
Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a guest with auditory issues. Corresponds to the JSON property `hearingAccessibleUnit` @return [Boolean]
Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a guest with auditory issues. Corresponds to the JSON property `hearingAccessibleUnit` @return [Boolean]
Hearing-accessible unit exception. Corresponds to the JSON property `hearingAccessibleUnitException` @return [String]
Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with additional railings or hand grips, a transfer seat or lift, and/or a door to enable walking into the tub. Corresponds to the JSON property `mobilityAccessibleBathtub` @return [Boolean]
Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with additional railings or hand grips, a transfer seat or lift, and/or a door to enable walking into the tub. Corresponds to the JSON property `mobilityAccessibleBathtub` @return [Boolean]
Mobility-accessible bathtub exception. Corresponds to the JSON property `mobilityAccessibleBathtubException` @return [String]
Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a wheelchair or a waterproof seat for the physically challenged. Corresponds to the JSON property `mobilityAccessibleShower` @return [Boolean]
Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a wheelchair or a waterproof seat for the physically challenged. Corresponds to the JSON property `mobilityAccessibleShower` @return [Boolean]
Mobility-accessible shower exception. Corresponds to the JSON property `mobilityAccessibleShowerException` @return [String]
Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area around it to accommodate the physically challenged. Corresponds to the JSON property `mobilityAccessibleToilet` @return [Boolean]
Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area around it to accommodate the physically challenged. Corresponds to the JSON property `mobilityAccessibleToilet` @return [Boolean]
Mobility-accessible toilet exception. Corresponds to the JSON property `mobilityAccessibleToiletException` @return [String]
Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a guest with mobility and/or auditory and/or visual issues. Usually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and communication equipment for the hearing and sight challenged. Corresponds to the JSON property `mobilityAccessibleUnit` @return [Boolean]
Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a guest with mobility and/or auditory and/or visual issues. Usually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and communication equipment for the hearing and sight challenged. Corresponds to the JSON property `mobilityAccessibleUnit` @return [Boolean]
Mobility-accessible unit exception. Corresponds to the JSON property `mobilityAccessibleUnitException` @return [String]
Public Class Methods
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 1428 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 1433 def update!(**args) @ada_compliant_unit = args[:ada_compliant_unit] if args.key?(:ada_compliant_unit) @ada_compliant_unit_exception = args[:ada_compliant_unit_exception] if args.key?(:ada_compliant_unit_exception) @hearing_accessible_doorbell = args[:hearing_accessible_doorbell] if args.key?(:hearing_accessible_doorbell) @hearing_accessible_doorbell_exception = args[:hearing_accessible_doorbell_exception] if args.key?(:hearing_accessible_doorbell_exception) @hearing_accessible_fire_alarm = args[:hearing_accessible_fire_alarm] if args.key?(:hearing_accessible_fire_alarm) @hearing_accessible_fire_alarm_exception = args[:hearing_accessible_fire_alarm_exception] if args.key?(:hearing_accessible_fire_alarm_exception) @hearing_accessible_unit = args[:hearing_accessible_unit] if args.key?(:hearing_accessible_unit) @hearing_accessible_unit_exception = args[:hearing_accessible_unit_exception] if args.key?(:hearing_accessible_unit_exception) @mobility_accessible_bathtub = args[:mobility_accessible_bathtub] if args.key?(:mobility_accessible_bathtub) @mobility_accessible_bathtub_exception = args[:mobility_accessible_bathtub_exception] if args.key?(:mobility_accessible_bathtub_exception) @mobility_accessible_shower = args[:mobility_accessible_shower] if args.key?(:mobility_accessible_shower) @mobility_accessible_shower_exception = args[:mobility_accessible_shower_exception] if args.key?(:mobility_accessible_shower_exception) @mobility_accessible_toilet = args[:mobility_accessible_toilet] if args.key?(:mobility_accessible_toilet) @mobility_accessible_toilet_exception = args[:mobility_accessible_toilet_exception] if args.key?(:mobility_accessible_toilet_exception) @mobility_accessible_unit = args[:mobility_accessible_unit] if args.key?(:mobility_accessible_unit) @mobility_accessible_unit_exception = args[:mobility_accessible_unit_exception] if args.key?(:mobility_accessible_unit_exception) end