class Google::Apis::MybusinesslodgingV1::Services
Conveniences or help provided by the property to facilitate an easier, more comfortable stay.
Attributes
Baggage storage. A provision for guests to leave their bags at the hotel when they arrive for their stay before the official check-in time. May or may not apply for guests who wish to leave their bags after check-out and before departing the locale. Also known as bag dropoff. Corresponds to the JSON property `baggageStorage` @return [Boolean]
Baggage storage. A provision for guests to leave their bags at the hotel when they arrive for their stay before the official check-in time. May or may not apply for guests who wish to leave their bags after check-out and before departing the locale. Also known as bag dropoff. Corresponds to the JSON property `baggageStorage` @return [Boolean]
Baggage storage exception. Corresponds to the JSON property `baggageStorageException` @return [String]
Concierge. Hotel staff member(s) responsible for facilitating an easy, comfortable stay through making reservations for meals, sourcing theater tickets, arranging tours, finding a doctor, making recommendations, and answering questions. Corresponds to the JSON property `concierge` @return [Boolean]
Concierge. Hotel staff member(s) responsible for facilitating an easy, comfortable stay through making reservations for meals, sourcing theater tickets, arranging tours, finding a doctor, making recommendations, and answering questions. Corresponds to the JSON property `concierge` @return [Boolean]
Concierge exception. Corresponds to the JSON property `conciergeException` @return [String]
Convenience store. A shop at the hotel primarily selling snacks, drinks, non- prescription medicines, health and beauty aids, magazines and newspapers. Corresponds to the JSON property `convenienceStore` @return [Boolean]
Convenience store. A shop at the hotel primarily selling snacks, drinks, non- prescription medicines, health and beauty aids, magazines and newspapers. Corresponds to the JSON property `convenienceStore` @return [Boolean]
Convenience store exception. Corresponds to the JSON property `convenienceStoreException` @return [String]
Currency exchange. A staff member or automated machine tasked with the transaction of providing the native currency of the hotel's locale in exchange for the foreign currency provided by a guest. Corresponds to the JSON property `currencyExchange` @return [Boolean]
Currency exchange. A staff member or automated machine tasked with the transaction of providing the native currency of the hotel's locale in exchange for the foreign currency provided by a guest. Corresponds to the JSON property `currencyExchange` @return [Boolean]
Currency exchange exception. Corresponds to the JSON property `currencyExchangeException` @return [String]
Elevator. A passenger elevator that transports guests from one story to another. Also known as lift. Corresponds to the JSON property `elevator` @return [Boolean]
Elevator. A passenger elevator that transports guests from one story to another. Also known as lift. Corresponds to the JSON property `elevator` @return [Boolean]
Elevator exception. Corresponds to the JSON property `elevatorException` @return [String]
Front desk. A counter or desk in the lobby or the immediate interior of the hotel where a member of the staff greets guests and processes the information related to their stay (including check-in and check-out). May or may not be manned and open 24/7. Corresponds to the JSON property `frontDesk` @return [Boolean]
Front desk. A counter or desk in the lobby or the immediate interior of the hotel where a member of the staff greets guests and processes the information related to their stay (including check-in and check-out). May or may not be manned and open 24/7. Corresponds to the JSON property `frontDesk` @return [Boolean]
Front desk exception. Corresponds to the JSON property `frontDeskException` @return [String]
Full service laundry. Laundry and dry cleaning facilitated and handled by the hotel on behalf of the guest. Does not include the provision for guests to do their own laundry in on-site machines. Corresponds to the JSON property `fullServiceLaundry` @return [Boolean]
Full service laundry. Laundry and dry cleaning facilitated and handled by the hotel on behalf of the guest. Does not include the provision for guests to do their own laundry in on-site machines. Corresponds to the JSON property `fullServiceLaundry` @return [Boolean]
Full service laundry exception. Corresponds to the JSON property `fullServiceLaundryException` @return [String]
Gift shop. An on-site store primarily selling souvenirs, mementos and other gift items. May or may not also sell sundries, magazines and newspapers, clothing, or snacks. Corresponds to the JSON property `giftShop` @return [Boolean]
Gift shop. An on-site store primarily selling souvenirs, mementos and other gift items. May or may not also sell sundries, magazines and newspapers, clothing, or snacks. Corresponds to the JSON property `giftShop` @return [Boolean]
Gift shop exception. Corresponds to the JSON property `giftShopException` @return [String]
Languages spoken by at least one staff member. Corresponds to the JSON property `languagesSpoken` @return [Array<Google::Apis::MybusinesslodgingV1::LanguageSpoken>]
Self service laundry. On-site clothes washers and dryers accessible to guests for the purpose of washing and drying their own clothes. May or may not require payment to use the machines. Corresponds to the JSON property `selfServiceLaundry` @return [Boolean]
Self service laundry. On-site clothes washers and dryers accessible to guests for the purpose of washing and drying their own clothes. May or may not require payment to use the machines. Corresponds to the JSON property `selfServiceLaundry` @return [Boolean]
Self service laundry exception. Corresponds to the JSON property `selfServiceLaundryException` @return [String]
24hr front desk. Front desk is staffed 24 hours a day. Corresponds to the JSON property `twentyFourHourFrontDesk` @return [Boolean]
24hr front desk. Front desk is staffed 24 hours a day. Corresponds to the JSON property `twentyFourHourFrontDesk` @return [Boolean]
24hr front desk exception. Corresponds to the JSON property `twentyFourHourFrontDeskException` @return [String]
Wake up calls. By direction of the guest, a hotel staff member will phone the guest unit at the requested hour. Also known as morning call. Corresponds to the JSON property `wakeUpCalls` @return [Boolean]
Wake up calls. By direction of the guest, a hotel staff member will phone the guest unit at the requested hour. Also known as morning call. Corresponds to the JSON property `wakeUpCalls` @return [Boolean]
Wake up calls exception. Corresponds to the JSON property `wakeUpCallsException` @return [String]
Public Class Methods
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 3582 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 3587 def update!(**args) @baggage_storage = args[:baggage_storage] if args.key?(:baggage_storage) @baggage_storage_exception = args[:baggage_storage_exception] if args.key?(:baggage_storage_exception) @concierge = args[:concierge] if args.key?(:concierge) @concierge_exception = args[:concierge_exception] if args.key?(:concierge_exception) @convenience_store = args[:convenience_store] if args.key?(:convenience_store) @convenience_store_exception = args[:convenience_store_exception] if args.key?(:convenience_store_exception) @currency_exchange = args[:currency_exchange] if args.key?(:currency_exchange) @currency_exchange_exception = args[:currency_exchange_exception] if args.key?(:currency_exchange_exception) @elevator = args[:elevator] if args.key?(:elevator) @elevator_exception = args[:elevator_exception] if args.key?(:elevator_exception) @front_desk = args[:front_desk] if args.key?(:front_desk) @front_desk_exception = args[:front_desk_exception] if args.key?(:front_desk_exception) @full_service_laundry = args[:full_service_laundry] if args.key?(:full_service_laundry) @full_service_laundry_exception = args[:full_service_laundry_exception] if args.key?(:full_service_laundry_exception) @gift_shop = args[:gift_shop] if args.key?(:gift_shop) @gift_shop_exception = args[:gift_shop_exception] if args.key?(:gift_shop_exception) @languages_spoken = args[:languages_spoken] if args.key?(:languages_spoken) @self_service_laundry = args[:self_service_laundry] if args.key?(:self_service_laundry) @self_service_laundry_exception = args[:self_service_laundry_exception] if args.key?(:self_service_laundry_exception) @social_hour = args[:social_hour] if args.key?(:social_hour) @social_hour_exception = args[:social_hour_exception] if args.key?(:social_hour_exception) @twenty_four_hour_front_desk = args[:twenty_four_hour_front_desk] if args.key?(:twenty_four_hour_front_desk) @twenty_four_hour_front_desk_exception = args[:twenty_four_hour_front_desk_exception] if args.key?(:twenty_four_hour_front_desk_exception) @wake_up_calls = args[:wake_up_calls] if args.key?(:wake_up_calls) @wake_up_calls_exception = args[:wake_up_calls_exception] if args.key?(:wake_up_calls_exception) end