class Google::Apis::MybusinesslodgingV1::LivingAreaAccessibility

Accessibility features of the living area.

Attributes

ada_compliant_unit[RW]

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?[RW]

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[RW]

ADA compliant unit exception. Corresponds to the JSON property `adaCompliantUnitException` @return [String]

hearing_accessible_doorbell[RW]

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?[RW]

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[RW]

Hearing-accessible doorbell exception. Corresponds to the JSON property `hearingAccessibleDoorbellException` @return [String]

hearing_accessible_fire_alarm[RW]

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?[RW]

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[RW]

Hearing-accessible fire alarm exception. Corresponds to the JSON property `hearingAccessibleFireAlarmException` @return [String]

hearing_accessible_unit[RW]

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?[RW]

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[RW]

Hearing-accessible unit exception. Corresponds to the JSON property `hearingAccessibleUnitException` @return [String]

mobility_accessible_bathtub[RW]

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?[RW]

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[RW]

Mobility-accessible bathtub exception. Corresponds to the JSON property `mobilityAccessibleBathtubException` @return [String]

mobility_accessible_shower[RW]

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?[RW]

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[RW]

Mobility-accessible shower exception. Corresponds to the JSON property `mobilityAccessibleShowerException` @return [String]

mobility_accessible_toilet[RW]

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?[RW]

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[RW]

Mobility-accessible toilet exception. Corresponds to the JSON property `mobilityAccessibleToiletException` @return [String]

mobility_accessible_unit[RW]

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?[RW]

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[RW]

Mobility-accessible unit exception. Corresponds to the JSON property `mobilityAccessibleUnitException` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 1428
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 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