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.
2134 2135 2136 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2134 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
1889 1890 1891 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1889 def air_conditioning @air_conditioning end |
#air_conditioning_exception ⇒ String
Air conditioning exception.
Corresponds to the JSON property airConditioningException
1895 1896 1897 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1895 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
1904 1905 1906 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1904 def bathtub @bathtub end |
#bathtub_exception ⇒ String
Bathtub exception.
Corresponds to the JSON property bathtubException
1910 1911 1912 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1910 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
1916 1917 1918 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1916 def bidet @bidet end |
#bidet_exception ⇒ String
Bidet exception.
Corresponds to the JSON property bidetException
1922 1923 1924 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1922 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
1927 1928 1929 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1927 def dryer @dryer end |
#dryer_exception ⇒ String
Dryer exception.
Corresponds to the JSON property dryerException
1933 1934 1935 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1933 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
1939 1940 1941 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1939 def electronic_room_key @electronic_room_key end |
#electronic_room_key_exception ⇒ String
Electronic room key exception.
Corresponds to the JSON property electronicRoomKeyException
1945 1946 1947 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1945 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
1952 1953 1954 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1952 def fireplace @fireplace end |
#fireplace_exception ⇒ String
Fireplace exception.
Corresponds to the JSON property fireplaceException
1958 1959 1960 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1958 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
1965 1966 1967 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1965 def hairdryer @hairdryer end |
#hairdryer_exception ⇒ String
Hairdryer exception.
Corresponds to the JSON property hairdryerException
1971 1972 1973 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1971 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
1976 1977 1978 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1976 def heating @heating end |
#heating_exception ⇒ String
Heating exception.
Corresponds to the JSON property heatingException
1982 1983 1984 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1982 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
1988 1989 1990 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1988 def inunit_safe @inunit_safe end |
#inunit_safe_exception ⇒ String
In-unit safe exception.
Corresponds to the JSON property inunitSafeException
1994 1995 1996 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1994 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
2000 2001 2002 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2000 def inunit_wifi_available @inunit_wifi_available end |
#inunit_wifi_available_exception ⇒ String
In-unit Wifi available exception.
Corresponds to the JSON property inunitWifiAvailableException
2006 2007 2008 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2006 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
2013 2014 2015 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2013 def ironing_equipment @ironing_equipment end |
#ironing_equipment_exception ⇒ String
Ironing equipment exception.
Corresponds to the JSON property ironingEquipmentException
2019 2020 2021 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2019 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
2026 2027 2028 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2026 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
2032 2033 2034 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2032 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
2038 2039 2040 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2038 def private_bathroom @private_bathroom end |
#private_bathroom_exception ⇒ String
Private bathroom exception.
Corresponds to the JSON property privateBathroomException
2044 2045 2046 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2044 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
2051 2052 2053 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2051 def shower @shower end |
#shower_exception ⇒ String
Shower exception.
Corresponds to the JSON property showerException
2057 2058 2059 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2057 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
2065 2066 2067 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2065 def toilet @toilet end |
#toilet_exception ⇒ String
Toilet exception.
Corresponds to the JSON property toiletException
2071 2072 2073 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2071 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
2076 2077 2078 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2076 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
2084 2085 2086 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2084 def tv_casting @tv_casting end |
#tv_casting_exception ⇒ String
TV exception.
Corresponds to the JSON property tvCastingException
2090 2091 2092 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2090 def tv_casting_exception @tv_casting_exception end |
#tv_exception ⇒ String
TV exception.
Corresponds to the JSON property tvException
2095 2096 2097 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2095 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
2101 2102 2103 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2101 def tv_streaming @tv_streaming end |
#tv_streaming_exception ⇒ String
TV streaming exception.
Corresponds to the JSON property tvStreamingException
2107 2108 2109 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2107 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
2114 2115 2116 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2114 def universal_power_adapters @universal_power_adapters end |
#universal_power_adapters_exception ⇒ String
Universal power adapters exception.
Corresponds to the JSON property universalPowerAdaptersException
2120 2121 2122 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2120 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
2126 2127 2128 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2126 def washer @washer end |
#washer_exception ⇒ String
Washer exception.
Corresponds to the JSON property washerException
2132 2133 2134 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2132 def washer_exception @washer_exception end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
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 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 2139 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 |