Class: Google::Apis::MybusinesslodgingV1::LivingAreaEating
- Inherits:
-
Object
- Object
- Google::Apis::MybusinesslodgingV1::LivingAreaEating
- 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
Information about eating features in the living area.
Instance Attribute Summary collapse
-
#coffee_maker ⇒ Boolean
(also: #coffee_maker?)
Coffee maker.
-
#coffee_maker_exception ⇒ String
Coffee maker exception.
-
#cookware ⇒ Boolean
(also: #cookware?)
Cookware.
-
#cookware_exception ⇒ String
Cookware exception.
-
#dishwasher ⇒ Boolean
(also: #dishwasher?)
Dishwasher.
-
#dishwasher_exception ⇒ String
Dishwasher exception.
-
#indoor_grill ⇒ Boolean
(also: #indoor_grill?)
Indoor grill.
-
#indoor_grill_exception ⇒ String
Indoor grill exception.
-
#kettle ⇒ Boolean
(also: #kettle?)
Kettle.
-
#kettle_exception ⇒ String
Kettle exception.
-
#kitchen_available ⇒ Boolean
(also: #kitchen_available?)
Kitchen available.
-
#kitchen_available_exception ⇒ String
Kitchen available exception.
-
#microwave ⇒ Boolean
(also: #microwave?)
Microwave.
-
#microwave_exception ⇒ String
Microwave exception.
-
#minibar ⇒ Boolean
(also: #minibar?)
Minibar.
-
#minibar_exception ⇒ String
Minibar exception.
-
#outdoor_grill ⇒ Boolean
(also: #outdoor_grill?)
Outdoor grill.
-
#outdoor_grill_exception ⇒ String
Outdoor grill exception.
-
#oven ⇒ Boolean
(also: #oven?)
Oven.
-
#oven_exception ⇒ String
Oven exception.
-
#refrigerator ⇒ Boolean
(also: #refrigerator?)
Refrigerator.
-
#refrigerator_exception ⇒ String
Refrigerator exception.
-
#sink ⇒ Boolean
(also: #sink?)
Sink.
-
#sink_exception ⇒ String
Sink exception.
-
#snackbar ⇒ Boolean
(also: #snackbar?)
Snackbar.
-
#snackbar_exception ⇒ String
Snackbar exception.
-
#stove ⇒ Boolean
(also: #stove?)
Stove.
-
#stove_exception ⇒ String
Stove exception.
-
#tea_station ⇒ Boolean
(also: #tea_station?)
Tea station.
-
#tea_station_exception ⇒ String
Tea station exception.
-
#toaster ⇒ Boolean
(also: #toaster?)
Toaster.
-
#toaster_exception ⇒ String
Toaster exception.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LivingAreaEating
constructor
A new instance of LivingAreaEating.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LivingAreaEating
Returns a new instance of LivingAreaEating.
1657 1658 1659 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1657 def initialize(**args) update!(**args) end |
Instance Attribute Details
#coffee_maker ⇒ Boolean Also known as: coffee_maker?
Coffee maker. An electric appliance that brews coffee by heating and forcing
water through ground coffee.
Corresponds to the JSON property coffeeMaker
1461 1462 1463 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1461 def coffee_maker @coffee_maker end |
#coffee_maker_exception ⇒ String
Coffee maker exception.
Corresponds to the JSON property coffeeMakerException
1467 1468 1469 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1467 def coffee_maker_exception @coffee_maker_exception end |
#cookware ⇒ Boolean Also known as: cookware?
Cookware. Kitchen pots, pans and utensils used in connection with the
preparation of food.
Corresponds to the JSON property cookware
1473 1474 1475 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1473 def cookware @cookware end |
#cookware_exception ⇒ String
Cookware exception.
Corresponds to the JSON property cookwareException
1479 1480 1481 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1479 def cookware_exception @cookware_exception end |
#dishwasher ⇒ Boolean Also known as: dishwasher?
Dishwasher. A counter-height electrical cabinet containing racks for dirty
dishware, cookware and cutlery, and a dispenser for soap built into the pull-
down door. The cabinet is attached to the plumbing system to facilitate the
automatic cleaning of its contents.
Corresponds to the JSON property dishwasher
1487 1488 1489 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1487 def dishwasher @dishwasher end |
#dishwasher_exception ⇒ String
Dishwasher exception.
Corresponds to the JSON property dishwasherException
1493 1494 1495 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1493 def dishwasher_exception @dishwasher_exception end |
#indoor_grill ⇒ Boolean Also known as: indoor_grill?
Indoor grill. Metal grates built into an indoor cooktop on which food is
cooked over an open flame or electric heat source.
Corresponds to the JSON property indoorGrill
1499 1500 1501 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1499 def indoor_grill @indoor_grill end |
#indoor_grill_exception ⇒ String
Indoor grill exception.
Corresponds to the JSON property indoorGrillException
1505 1506 1507 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1505 def indoor_grill_exception @indoor_grill_exception end |
#kettle ⇒ Boolean Also known as: kettle?
Kettle. A covered container with a handle and a spout used for boiling water.
Corresponds to the JSON property kettle
1510 1511 1512 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1510 def kettle @kettle end |
#kettle_exception ⇒ String
Kettle exception.
Corresponds to the JSON property kettleException
1516 1517 1518 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1516 def kettle_exception @kettle_exception end |
#kitchen_available ⇒ Boolean Also known as: kitchen_available?
Kitchen available. An area of the guestroom designated for the preparation and
storage of food via the presence of a refrigerator, cook top, oven and sink,
as well as cutlery, dishes and cookware. Usually includes small appliances
such a coffee maker and a microwave. May or may not include an automatic
dishwasher.
Corresponds to the JSON property kitchenAvailable
1525 1526 1527 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1525 def kitchen_available @kitchen_available end |
#kitchen_available_exception ⇒ String
Kitchen available exception.
Corresponds to the JSON property kitchenAvailableException
1531 1532 1533 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1531 def kitchen_available_exception @kitchen_available_exception end |
#microwave ⇒ Boolean Also known as: microwave?
Microwave. An electric oven that quickly cooks and heats food by microwave
energy. Smaller than a standing or wall mounted oven. Usually placed on a
kitchen counter, a shelf or tabletop or mounted above a cooktop.
Corresponds to the JSON property microwave
1538 1539 1540 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1538 def microwave @microwave end |
#microwave_exception ⇒ String
Microwave exception.
Corresponds to the JSON property microwaveException
1544 1545 1546 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1544 def microwave_exception @microwave_exception end |
#minibar ⇒ Boolean Also known as: minibar?
Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans
of soft drinks, mini bottles of alcohol, and snacks. The items are most
commonly available for a fee.
Corresponds to the JSON property minibar
1551 1552 1553 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1551 def @minibar end |
#minibar_exception ⇒ String
Minibar exception.
Corresponds to the JSON property minibarException
1557 1558 1559 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1557 def @minibar_exception end |
#outdoor_grill ⇒ Boolean Also known as: outdoor_grill?
Outdoor grill. Metal grates on which food is cooked over an open flame or
electric heat source. Part of an outdoor apparatus that supports the grates.
Also known as barbecue grill or barbecue.
Corresponds to the JSON property outdoorGrill
1564 1565 1566 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1564 def outdoor_grill @outdoor_grill end |
#outdoor_grill_exception ⇒ String
Outdoor grill exception.
Corresponds to the JSON property outdoorGrillException
1570 1571 1572 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1570 def outdoor_grill_exception @outdoor_grill_exception end |
#oven ⇒ Boolean Also known as: oven?
Oven. A temperature controlled, heated metal cabinet powered by gas or
electricity in which food is placed for the purpose of cooking or reheating.
Corresponds to the JSON property oven
1576 1577 1578 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1576 def oven @oven end |
#oven_exception ⇒ String
Oven exception.
Corresponds to the JSON property ovenException
1582 1583 1584 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1582 def oven_exception @oven_exception end |
#refrigerator ⇒ Boolean Also known as: refrigerator?
Refrigerator. A large, climate-controlled electrical cabinet with vertical
doors. Built for the purpose of chilling and storing perishable foods.
Corresponds to the JSON property refrigerator
1588 1589 1590 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1588 def refrigerator @refrigerator end |
#refrigerator_exception ⇒ String
Refrigerator exception.
Corresponds to the JSON property refrigeratorException
1594 1595 1596 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1594 def refrigerator_exception @refrigerator_exception end |
#sink ⇒ Boolean Also known as: sink?
Sink. A basin with a faucet attached to a water source and used for the
purpose of washing and rinsing.
Corresponds to the JSON property sink
1600 1601 1602 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1600 def sink @sink end |
#sink_exception ⇒ String
Sink exception.
Corresponds to the JSON property sinkException
1606 1607 1608 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1606 def sink_exception @sink_exception end |
#snackbar ⇒ Boolean Also known as: snackbar?
Snackbar. A small cabinet in the guestroom containing snacks. The items are
most commonly available for a fee.
Corresponds to the JSON property snackbar
1612 1613 1614 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1612 def @snackbar end |
#snackbar_exception ⇒ String
Snackbar exception.
Corresponds to the JSON property snackbarException
1618 1619 1620 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1618 def @snackbar_exception end |
#stove ⇒ Boolean Also known as: stove?
Stove. A kitchen appliance powered by gas or electricity for the purpose of
creating a flame or hot surface on which pots of food can be cooked. Also
known as cooktop or hob.
Corresponds to the JSON property stove
1625 1626 1627 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1625 def stove @stove end |
#stove_exception ⇒ String
Stove exception.
Corresponds to the JSON property stoveException
1631 1632 1633 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1631 def stove_exception @stove_exception end |
#tea_station ⇒ Boolean Also known as: tea_station?
Tea station. A small area with the supplies needed to heat water and make tea.
Corresponds to the JSON property teaStation
1636 1637 1638 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1636 def tea_station @tea_station end |
#tea_station_exception ⇒ String
Tea station exception.
Corresponds to the JSON property teaStationException
1642 1643 1644 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1642 def tea_station_exception @tea_station_exception end |
#toaster ⇒ Boolean Also known as: toaster?
Toaster. A small, temperature controlled electric appliance with rectangular
slots at the top that are lined with heated coils for the purpose of browning
slices of bread products.
Corresponds to the JSON property toaster
1649 1650 1651 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1649 def toaster @toaster end |
#toaster_exception ⇒ String
Toaster exception.
Corresponds to the JSON property toasterException
1655 1656 1657 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1655 def toaster_exception @toaster_exception end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 1662 def update!(**args) @coffee_maker = args[:coffee_maker] if args.key?(:coffee_maker) @coffee_maker_exception = args[:coffee_maker_exception] if args.key?(:coffee_maker_exception) @cookware = args[:cookware] if args.key?(:cookware) @cookware_exception = args[:cookware_exception] if args.key?(:cookware_exception) @dishwasher = args[:dishwasher] if args.key?(:dishwasher) @dishwasher_exception = args[:dishwasher_exception] if args.key?(:dishwasher_exception) @indoor_grill = args[:indoor_grill] if args.key?(:indoor_grill) @indoor_grill_exception = args[:indoor_grill_exception] if args.key?(:indoor_grill_exception) @kettle = args[:kettle] if args.key?(:kettle) @kettle_exception = args[:kettle_exception] if args.key?(:kettle_exception) @kitchen_available = args[:kitchen_available] if args.key?(:kitchen_available) @kitchen_available_exception = args[:kitchen_available_exception] if args.key?(:kitchen_available_exception) @microwave = args[:microwave] if args.key?(:microwave) @microwave_exception = args[:microwave_exception] if args.key?(:microwave_exception) @minibar = args[:minibar] if args.key?(:minibar) @minibar_exception = args[:minibar_exception] if args.key?(:minibar_exception) @outdoor_grill = args[:outdoor_grill] if args.key?(:outdoor_grill) @outdoor_grill_exception = args[:outdoor_grill_exception] if args.key?(:outdoor_grill_exception) @oven = args[:oven] if args.key?(:oven) @oven_exception = args[:oven_exception] if args.key?(:oven_exception) @refrigerator = args[:refrigerator] if args.key?(:refrigerator) @refrigerator_exception = args[:refrigerator_exception] if args.key?(:refrigerator_exception) @sink = args[:sink] if args.key?(:sink) @sink_exception = args[:sink_exception] if args.key?(:sink_exception) @snackbar = args[:snackbar] if args.key?(:snackbar) @snackbar_exception = args[:snackbar_exception] if args.key?(:snackbar_exception) @stove = args[:stove] if args.key?(:stove) @stove_exception = args[:stove_exception] if args.key?(:stove_exception) @tea_station = args[:tea_station] if args.key?(:tea_station) @tea_station_exception = args[:tea_station_exception] if args.key?(:tea_station_exception) @toaster = args[:toaster] if args.key?(:toaster) @toaster_exception = args[:toaster_exception] if args.key?(:toaster_exception) end |