class Google::Apis::MybusinesslodgingV1::Housekeeping

Conveniences provided in guest units to facilitate an easier, more comfortable stay.

Attributes

daily_housekeeping[RW]

Daily housekeeping. Guest units are cleaned by hotel staff daily during guest' s stay. Corresponds to the JSON property `dailyHousekeeping` @return [Boolean]

daily_housekeeping?[RW]

Daily housekeeping. Guest units are cleaned by hotel staff daily during guest' s stay. Corresponds to the JSON property `dailyHousekeeping` @return [Boolean]

daily_housekeeping_exception[RW]

Daily housekeeping exception. Corresponds to the JSON property `dailyHousekeepingException` @return [String]

housekeeping_available[RW]

Housekeeping available. Guest units are cleaned by hotel staff during guest's stay. Schedule may vary from daily, weekly, or specific days of the week. Corresponds to the JSON property `housekeepingAvailable` @return [Boolean]

housekeeping_available?[RW]

Housekeeping available. Guest units are cleaned by hotel staff during guest's stay. Schedule may vary from daily, weekly, or specific days of the week. Corresponds to the JSON property `housekeepingAvailable` @return [Boolean]

housekeeping_available_exception[RW]

Housekeeping available exception. Corresponds to the JSON property `housekeepingAvailableException` @return [String]

turndown_service[RW]

Turndown service. Hotel staff enters guest units to prepare the bed for sleep use. May or may not include some light housekeeping. May or may not include an evening snack or candy. Also known as evening service. Corresponds to the JSON property `turndownService` @return [Boolean]

turndown_service?[RW]

Turndown service. Hotel staff enters guest units to prepare the bed for sleep use. May or may not include some light housekeeping. May or may not include an evening snack or candy. Also known as evening service. Corresponds to the JSON property `turndownService` @return [Boolean]

turndown_service_exception[RW]

Turndown service exception. Corresponds to the JSON property `turndownServiceException` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 1152
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/mybusinesslodging_v1/classes.rb, line 1157
def update!(**args)
  @daily_housekeeping = args[:daily_housekeeping] if args.key?(:daily_housekeeping)
  @daily_housekeeping_exception = args[:daily_housekeeping_exception] if args.key?(:daily_housekeeping_exception)
  @housekeeping_available = args[:housekeeping_available] if args.key?(:housekeeping_available)
  @housekeeping_available_exception = args[:housekeeping_available_exception] if args.key?(:housekeeping_available_exception)
  @turndown_service = args[:turndown_service] if args.key?(:turndown_service)
  @turndown_service_exception = args[:turndown_service_exception] if args.key?(:turndown_service_exception)
end