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.
1951 1952 1953 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1951 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
1706 1707 1708 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1706 def air_conditioning @air_conditioning end |
#air_conditioning_exception ⇒ String
Air conditioning exception.
Corresponds to the JSON property airConditioningException
1712 1713 1714 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1712 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
1721 1722 1723 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1721 def bathtub @bathtub end |
#bathtub_exception ⇒ String
Bathtub exception.
Corresponds to the JSON property bathtubException
1727 1728 1729 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1727 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
1733 1734 1735 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1733 def bidet @bidet end |
#bidet_exception ⇒ String
Bidet exception.
Corresponds to the JSON property bidetException
1739 1740 1741 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1739 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
1744 1745 1746 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1744 def dryer @dryer end |
#dryer_exception ⇒ String
Dryer exception.
Corresponds to the JSON property dryerException
1750 1751 1752 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1750 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
1756 1757 1758 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1756 def electronic_room_key @electronic_room_key end |
#electronic_room_key_exception ⇒ String
Electronic room key exception.
Corresponds to the JSON property electronicRoomKeyException
1762 1763 1764 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1762 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
1769 1770 1771 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1769 def fireplace @fireplace end |
#fireplace_exception ⇒ String
Fireplace exception.
Corresponds to the JSON property fireplaceException
1775 1776 1777 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1775 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
1782 1783 1784 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1782 def hairdryer @hairdryer end |
#hairdryer_exception ⇒ String
Hairdryer exception.
Corresponds to the JSON property hairdryerException
1788 1789 1790 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1788 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
1793 1794 1795 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1793 def heating @heating end |
#heating_exception ⇒ String
Heating exception.
Corresponds to the JSON property heatingException
1799 1800 1801 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1799 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
1805 1806 1807 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1805 def inunit_safe @inunit_safe end |
#inunit_safe_exception ⇒ String
In-unit safe exception.
Corresponds to the JSON property inunitSafeException
1811 1812 1813 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1811 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
1817 1818 1819 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1817 def inunit_wifi_available @inunit_wifi_available end |
#inunit_wifi_available_exception ⇒ String
In-unit Wifi available exception.
Corresponds to the JSON property inunitWifiAvailableException
1823 1824 1825 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1823 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
1830 1831 1832 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1830 def ironing_equipment @ironing_equipment end |
#ironing_equipment_exception ⇒ String
Ironing equipment exception.
Corresponds to the JSON property ironingEquipmentException
1836 1837 1838 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1836 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
1843 1844 1845 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1843 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
1849 1850 1851 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1849 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
1855 1856 1857 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1855 def private_bathroom @private_bathroom end |
#private_bathroom_exception ⇒ String
Private bathroom exception.
Corresponds to the JSON property privateBathroomException
1861 1862 1863 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1861 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
1868 1869 1870 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1868 def shower @shower end |
#shower_exception ⇒ String
Shower exception.
Corresponds to the JSON property showerException
1874 1875 1876 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1874 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
1882 1883 1884 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1882 def toilet @toilet end |
#toilet_exception ⇒ String
Toilet exception.
Corresponds to the JSON property toiletException
1888 1889 1890 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1888 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
1893 1894 1895 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1893 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
1901 1902 1903 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1901 def tv_casting @tv_casting end |
#tv_casting_exception ⇒ String
TV exception.
Corresponds to the JSON property tvCastingException
1907 1908 1909 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1907 def tv_casting_exception @tv_casting_exception end |
#tv_exception ⇒ String
TV exception.
Corresponds to the JSON property tvException
1912 1913 1914 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1912 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
1918 1919 1920 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1918 def tv_streaming @tv_streaming end |
#tv_streaming_exception ⇒ String
TV streaming exception.
Corresponds to the JSON property tvStreamingException
1924 1925 1926 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1924 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
1931 1932 1933 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1931 def universal_power_adapters @universal_power_adapters end |
#universal_power_adapters_exception ⇒ String
Universal power adapters exception.
Corresponds to the JSON property universalPowerAdaptersException
1937 1938 1939 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1937 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
1943 1944 1945 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1943 def washer @washer end |
#washer_exception ⇒ String
Washer exception.
Corresponds to the JSON property washerException
1949 1950 1951 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1949 def washer_exception @washer_exception end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1956 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 |