Class: Google::Apis::MybusinesslodgingV1::LivingAreaFeatures
- Inherits:
-
Object
- Object
- Google::Apis::MybusinesslodgingV1::LivingAreaFeatures
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/mybusinesslodging_v1/classes.rb,
lib/google/apis/mybusinesslodging_v1/representations.rb,
lib/google/apis/mybusinesslodging_v1/representations.rb
Overview
Features in the living area.
Instance Attribute Summary collapse
-
#air_conditioning ⇒ Boolean
(also: #air_conditioning?)
Air conditioning.
-
#air_conditioning_exception ⇒ String
Air conditioning exception.
-
#bathtub ⇒ Boolean
(also: #bathtub?)
Bathtub.
-
#bathtub_exception ⇒ String
Bathtub exception.
-
#bidet ⇒ Boolean
(also: #bidet?)
Bidet.
-
#bidet_exception ⇒ String
Bidet exception.
-
#dryer ⇒ Boolean
(also: #dryer?)
Dryer.
-
#dryer_exception ⇒ String
Dryer exception.
-
#electronic_room_key ⇒ Boolean
(also: #electronic_room_key?)
Electronic room key.
-
#electronic_room_key_exception ⇒ String
Electronic room key exception.
-
#fireplace ⇒ Boolean
(also: #fireplace?)
Fireplace.
-
#fireplace_exception ⇒ String
Fireplace exception.
-
#hairdryer ⇒ Boolean
(also: #hairdryer?)
Hairdryer.
-
#hairdryer_exception ⇒ String
Hairdryer exception.
-
#heating ⇒ Boolean
(also: #heating?)
Heating.
-
#heating_exception ⇒ String
Heating exception.
-
#inunit_safe ⇒ Boolean
(also: #inunit_safe?)
In-unit safe.
-
#inunit_safe_exception ⇒ String
In-unit safe exception.
-
#inunit_wifi_available ⇒ Boolean
(also: #inunit_wifi_available?)
In-unit Wifi available.
-
#inunit_wifi_available_exception ⇒ String
In-unit Wifi available exception.
-
#ironing_equipment ⇒ Boolean
(also: #ironing_equipment?)
Ironing equipment.
-
#ironing_equipment_exception ⇒ String
Ironing equipment exception.
-
#pay_per_view_movies ⇒ Boolean
(also: #pay_per_view_movies?)
Pay per view movies.
-
#pay_per_view_movies_exception ⇒ String
Pay per view movies exception.
-
#private_bathroom ⇒ Boolean
(also: #private_bathroom?)
Private bathroom.
-
#private_bathroom_exception ⇒ String
Private bathroom exception.
-
#shower ⇒ Boolean
(also: #shower?)
Shower.
-
#shower_exception ⇒ String
Shower exception.
-
#toilet ⇒ Boolean
(also: #toilet?)
Toilet.
-
#toilet_exception ⇒ String
Toilet exception.
-
#tv ⇒ Boolean
(also: #tv?)
TV.
-
#tv_casting ⇒ Boolean
(also: #tv_casting?)
TV casting.
-
#tv_casting_exception ⇒ String
TV exception.
-
#tv_exception ⇒ String
TV exception.
-
#tv_streaming ⇒ Boolean
(also: #tv_streaming?)
TV streaming.
-
#tv_streaming_exception ⇒ String
TV streaming exception.
-
#universal_power_adapters ⇒ Boolean
(also: #universal_power_adapters?)
Universal power adapters.
-
#universal_power_adapters_exception ⇒ String
Universal power adapters exception.
-
#washer ⇒ Boolean
(also: #washer?)
Washer.
-
#washer_exception ⇒ String
Washer exception.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LivingAreaFeatures
constructor
A new instance of LivingAreaFeatures.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LivingAreaFeatures
Returns a new instance of LivingAreaFeatures.
2119 2120 2121 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2119 def initialize(**args) update!(**args) end |
Instance Attribute Details
#air_conditioning ⇒ Boolean Also known as: air_conditioning?
Air conditioning. An electrical machine used to cool the temperature of the
guestroom.
Corresponds to the JSON property airConditioning
1874 1875 1876 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1874 def air_conditioning @air_conditioning end |
#air_conditioning_exception ⇒ String
Air conditioning exception.
Corresponds to the JSON property airConditioningException
1880 1881 1882 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1880 def air_conditioning_exception @air_conditioning_exception end |
#bathtub ⇒ Boolean Also known as: bathtub?
Bathtub. A fixed plumbing feature set on the floor and consisting of a large
container that accommodates the body of an adult for the purpose of seated
bathing. Includes knobs or fixtures to control the temperature of the water, a
faucet through which the water flows, and a drain that can be closed for
filling and opened for draining.
Corresponds to the JSON property bathtub
1889 1890 1891 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1889 def bathtub @bathtub end |
#bathtub_exception ⇒ String
Bathtub exception.
Corresponds to the JSON property bathtubException
1895 1896 1897 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1895 def bathtub_exception @bathtub_exception end |
#bidet ⇒ Boolean Also known as: bidet?
Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed
for the purpose of washing after toilet use.
Corresponds to the JSON property bidet
1901 1902 1903 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1901 def bidet @bidet end |
#bidet_exception ⇒ String
Bidet exception.
Corresponds to the JSON property bidetException
1907 1908 1909 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1907 def bidet_exception @bidet_exception end |
#dryer ⇒ Boolean Also known as: dryer?
Dryer. An electrical machine designed to dry clothing.
Corresponds to the JSON property dryer
1912 1913 1914 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1912 def dryer @dryer end |
#dryer_exception ⇒ String
Dryer exception.
Corresponds to the JSON property dryerException
1918 1919 1920 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1918 def dryer_exception @dryer_exception end |
#electronic_room_key ⇒ Boolean Also known as: electronic_room_key?
Electronic room key. A card coded by the check-in computer that is read by the
lock on the hotel guestroom door to allow for entry.
Corresponds to the JSON property electronicRoomKey
1924 1925 1926 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1924 def electronic_room_key @electronic_room_key end |
#electronic_room_key_exception ⇒ String
Electronic room key exception.
Corresponds to the JSON property electronicRoomKeyException
1930 1931 1932 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1930 def electronic_room_key_exception @electronic_room_key_exception end |
#fireplace ⇒ Boolean Also known as: fireplace?
Fireplace. A framed opening (aka hearth) at the base of a chimney in which
logs or an electrical fire feature are burned to provide a relaxing ambiance
or to heat the room. Often made of bricks or stone.
Corresponds to the JSON property fireplace
1937 1938 1939 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1937 def fireplace @fireplace end |
#fireplace_exception ⇒ String
Fireplace exception.
Corresponds to the JSON property fireplaceException
1943 1944 1945 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1943 def fireplace_exception @fireplace_exception end |
#hairdryer ⇒ Boolean Also known as: hairdryer?
Hairdryer. A handheld electric appliance that blows temperature-controlled air
for the purpose of drying wet hair. Can be mounted to a bathroom wall or a
freestanding device stored in the guestroom's bathroom or closet.
Corresponds to the JSON property hairdryer
1950 1951 1952 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1950 def hairdryer @hairdryer end |
#hairdryer_exception ⇒ String
Hairdryer exception.
Corresponds to the JSON property hairdryerException
1956 1957 1958 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1956 def hairdryer_exception @hairdryer_exception end |
#heating ⇒ Boolean Also known as: heating?
Heating. An electrical machine used to warm the temperature of the guestroom.
Corresponds to the JSON property heating
1961 1962 1963 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1961 def heating @heating end |
#heating_exception ⇒ String
Heating exception.
Corresponds to the JSON property heatingException
1967 1968 1969 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1967 def heating_exception @heating_exception end |
#inunit_safe ⇒ Boolean Also known as: inunit_safe?
In-unit safe. A strong fireproof cabinet with a programmable lock, used for
the protected storage of valuables in a guestroom. Often built into a closet.
Corresponds to the JSON property inunitSafe
1973 1974 1975 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1973 def inunit_safe @inunit_safe end |
#inunit_safe_exception ⇒ String
In-unit safe exception.
Corresponds to the JSON property inunitSafeException
1979 1980 1981 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1979 def inunit_safe_exception @inunit_safe_exception end |
#inunit_wifi_available ⇒ Boolean Also known as: inunit_wifi_available?
In-unit Wifi available. Guests can wirelessly connect to the Internet in the
guestroom. Can be free or for a fee.
Corresponds to the JSON property inunitWifiAvailable
1985 1986 1987 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1985 def inunit_wifi_available @inunit_wifi_available end |
#inunit_wifi_available_exception ⇒ String
In-unit Wifi available exception.
Corresponds to the JSON property inunitWifiAvailableException
1991 1992 1993 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1991 def inunit_wifi_available_exception @inunit_wifi_available_exception end |
#ironing_equipment ⇒ Boolean Also known as: ironing_equipment?
Ironing equipment. A device, usually with a flat metal base, that is heated to
smooth, finish, or press clothes and a flat, padded, cloth-covered surface on
which the clothes are worked.
Corresponds to the JSON property ironingEquipment
1998 1999 2000 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1998 def ironing_equipment @ironing_equipment end |
#ironing_equipment_exception ⇒ String
Ironing equipment exception.
Corresponds to the JSON property ironingEquipmentException
2004 2005 2006 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2004 def ironing_equipment_exception @ironing_equipment_exception end |
#pay_per_view_movies ⇒ Boolean Also known as: pay_per_view_movies?
Pay per view movies. Televisions with channels that offer films that can be
viewed for a fee, and have an interface to allow the viewer to accept the
terms and approve payment.
Corresponds to the JSON property payPerViewMovies
2011 2012 2013 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2011 def pay_per_view_movies @pay_per_view_movies end |
#pay_per_view_movies_exception ⇒ String
Pay per view movies exception.
Corresponds to the JSON property payPerViewMoviesException
2017 2018 2019 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2017 def pay_per_view_movies_exception @pay_per_view_movies_exception end |
#private_bathroom ⇒ Boolean Also known as: private_bathroom?
Private bathroom. A bathroom designated for the express use of the guests
staying in a specific guestroom.
Corresponds to the JSON property privateBathroom
2023 2024 2025 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2023 def private_bathroom @private_bathroom end |
#private_bathroom_exception ⇒ String
Private bathroom exception.
Corresponds to the JSON property privateBathroomException
2029 2030 2031 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2029 def private_bathroom_exception @private_bathroom_exception end |
#shower ⇒ Boolean Also known as: shower?
Shower. A fixed plumbing fixture for standing bathing that features a tall
spray spout or faucet through which water flows, a knob or knobs that control
the water's temperature, and a drain in the floor.
Corresponds to the JSON property shower
2036 2037 2038 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2036 def shower @shower end |
#shower_exception ⇒ String
Shower exception.
Corresponds to the JSON property showerException
2042 2043 2044 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2042 def shower_exception @shower_exception end |
#toilet ⇒ Boolean Also known as: toilet?
Toilet. A fixed bathroom feature connected to a sewer or septic system and
consisting of a water-flushed bowl with a seat, as well as a device that
elicites the water-flushing action. Used for the process and disposal of human
waste.
Corresponds to the JSON property toilet
2050 2051 2052 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2050 def toilet @toilet end |
#toilet_exception ⇒ String
Toilet exception.
Corresponds to the JSON property toiletException
2056 2057 2058 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2056 def toilet_exception @toilet_exception end |
#tv ⇒ Boolean Also known as: tv?
TV. A television is available in the guestroom.
Corresponds to the JSON property tv
2061 2062 2063 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2061 def tv @tv end |
#tv_casting ⇒ Boolean Also known as: tv_casting?
TV casting. A television equipped with a device through which the video
entertainment accessed on a personal computer, phone or tablet can be
wirelessly delivered to and viewed on the guestroom's television.
Corresponds to the JSON property tvCasting
2069 2070 2071 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2069 def tv_casting @tv_casting end |
#tv_casting_exception ⇒ String
TV exception.
Corresponds to the JSON property tvCastingException
2075 2076 2077 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2075 def tv_casting_exception @tv_casting_exception end |
#tv_exception ⇒ String
TV exception.
Corresponds to the JSON property tvException
2080 2081 2082 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2080 def tv_exception @tv_exception end |
#tv_streaming ⇒ Boolean Also known as: tv_streaming?
TV streaming. Televisions that embed a range of web-based apps to allow for
watching media from those apps.
Corresponds to the JSON property tvStreaming
2086 2087 2088 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2086 def tv_streaming @tv_streaming end |
#tv_streaming_exception ⇒ String
TV streaming exception.
Corresponds to the JSON property tvStreamingException
2092 2093 2094 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2092 def tv_streaming_exception @tv_streaming_exception end |
#universal_power_adapters ⇒ Boolean Also known as: universal_power_adapters?
Universal power adapters. A power supply for electronic devices which plugs
into a wall for the purpose of converting AC to a single DC voltage. Also know
as AC adapter or charger.
Corresponds to the JSON property universalPowerAdapters
2099 2100 2101 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2099 def universal_power_adapters @universal_power_adapters end |
#universal_power_adapters_exception ⇒ String
Universal power adapters exception.
Corresponds to the JSON property universalPowerAdaptersException
2105 2106 2107 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2105 def universal_power_adapters_exception @universal_power_adapters_exception end |
#washer ⇒ Boolean Also known as: washer?
Washer. An electrical machine connected to a running water source designed to
launder clothing.
Corresponds to the JSON property washer
2111 2112 2113 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2111 def washer @washer end |
#washer_exception ⇒ String
Washer exception.
Corresponds to the JSON property washerException
2117 2118 2119 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2117 def washer_exception @washer_exception end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2124 def update!(**args) @air_conditioning = args[:air_conditioning] if args.key?(:air_conditioning) @air_conditioning_exception = args[:air_conditioning_exception] if args.key?(:air_conditioning_exception) @bathtub = args[:bathtub] if args.key?(:bathtub) @bathtub_exception = args[:bathtub_exception] if args.key?(:bathtub_exception) @bidet = args[:bidet] if args.key?(:bidet) @bidet_exception = args[:bidet_exception] if args.key?(:bidet_exception) @dryer = args[:dryer] if args.key?(:dryer) @dryer_exception = args[:dryer_exception] if args.key?(:dryer_exception) @electronic_room_key = args[:electronic_room_key] if args.key?(:electronic_room_key) @electronic_room_key_exception = args[:electronic_room_key_exception] if args.key?(:electronic_room_key_exception) @fireplace = args[:fireplace] if args.key?(:fireplace) @fireplace_exception = args[:fireplace_exception] if args.key?(:fireplace_exception) @hairdryer = args[:hairdryer] if args.key?(:hairdryer) @hairdryer_exception = args[:hairdryer_exception] if args.key?(:hairdryer_exception) @heating = args[:heating] if args.key?(:heating) @heating_exception = args[:heating_exception] if args.key?(:heating_exception) @inunit_safe = args[:inunit_safe] if args.key?(:inunit_safe) @inunit_safe_exception = args[:inunit_safe_exception] if args.key?(:inunit_safe_exception) @inunit_wifi_available = args[:inunit_wifi_available] if args.key?(:inunit_wifi_available) @inunit_wifi_available_exception = args[:inunit_wifi_available_exception] if args.key?(:inunit_wifi_available_exception) @ironing_equipment = args[:ironing_equipment] if args.key?(:ironing_equipment) @ironing_equipment_exception = args[:ironing_equipment_exception] if args.key?(:ironing_equipment_exception) @pay_per_view_movies = args[:pay_per_view_movies] if args.key?(:pay_per_view_movies) @pay_per_view_movies_exception = args[:pay_per_view_movies_exception] if args.key?(:pay_per_view_movies_exception) @private_bathroom = args[:private_bathroom] if args.key?(:private_bathroom) @private_bathroom_exception = args[:private_bathroom_exception] if args.key?(:private_bathroom_exception) @shower = args[:shower] if args.key?(:shower) @shower_exception = args[:shower_exception] if args.key?(:shower_exception) @toilet = args[:toilet] if args.key?(:toilet) @toilet_exception = args[:toilet_exception] if args.key?(:toilet_exception) @tv = args[:tv] if args.key?(:tv) @tv_casting = args[:tv_casting] if args.key?(:tv_casting) @tv_casting_exception = args[:tv_casting_exception] if args.key?(:tv_casting_exception) @tv_exception = args[:tv_exception] if args.key?(:tv_exception) @tv_streaming = args[:tv_streaming] if args.key?(:tv_streaming) @tv_streaming_exception = args[:tv_streaming_exception] if args.key?(:tv_streaming_exception) @universal_power_adapters = args[:universal_power_adapters] if args.key?(:universal_power_adapters) @universal_power_adapters_exception = args[:universal_power_adapters_exception] if args.key?(:universal_power_adapters_exception) @washer = args[:washer] if args.key?(:washer) @washer_exception = args[:washer_exception] if args.key?(:washer_exception) end |