Class: Google::Apis::MybusinesslodgingV1::EnhancedCleaning

Inherits:
Object
  • Object
show all
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

Enhanced cleaning measures implemented by the hotel during COVID-19.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnhancedCleaning

Returns a new instance of EnhancedCleaning.



581
582
583
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 581

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#commercial_grade_disinfectant_cleaningBoolean Also known as: commercial_grade_disinfectant_cleaning?

Commercial-grade disinfectant used to clean the property. Corresponds to the JSON property commercialGradeDisinfectantCleaning

Returns:

  • (Boolean)


518
519
520
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 518

def commercial_grade_disinfectant_cleaning
  @commercial_grade_disinfectant_cleaning
end

#commercial_grade_disinfectant_cleaning_exceptionString

Commercial grade disinfectant cleaning exception. Corresponds to the JSON property commercialGradeDisinfectantCleaningException

Returns:

  • (String)


524
525
526
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 524

def commercial_grade_disinfectant_cleaning_exception
  @commercial_grade_disinfectant_cleaning_exception
end

#common_areas_enhanced_cleaningBoolean Also known as: common_areas_enhanced_cleaning?

Enhanced cleaning of common areas. Corresponds to the JSON property commonAreasEnhancedCleaning

Returns:

  • (Boolean)


529
530
531
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 529

def common_areas_enhanced_cleaning
  @common_areas_enhanced_cleaning
end

#common_areas_enhanced_cleaning_exceptionString

Common areas enhanced cleaning exception. Corresponds to the JSON property commonAreasEnhancedCleaningException

Returns:

  • (String)


535
536
537
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 535

def common_areas_enhanced_cleaning_exception
  @common_areas_enhanced_cleaning_exception
end

#employees_trained_cleaning_proceduresBoolean Also known as: employees_trained_cleaning_procedures?

Employees trained in COVID-19 cleaning procedures. Corresponds to the JSON property employeesTrainedCleaningProcedures

Returns:

  • (Boolean)


540
541
542
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 540

def employees_trained_cleaning_procedures
  @employees_trained_cleaning_procedures
end

#employees_trained_cleaning_procedures_exceptionString

Employees trained cleaning procedures exception. Corresponds to the JSON property employeesTrainedCleaningProceduresException

Returns:

  • (String)


546
547
548
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 546

def employees_trained_cleaning_procedures_exception
  @employees_trained_cleaning_procedures_exception
end

#employees_trained_thorough_hand_washingBoolean Also known as: employees_trained_thorough_hand_washing?

Employees trained in thorough hand-washing. Corresponds to the JSON property employeesTrainedThoroughHandWashing

Returns:

  • (Boolean)


551
552
553
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 551

def employees_trained_thorough_hand_washing
  @employees_trained_thorough_hand_washing
end

#employees_trained_thorough_hand_washing_exceptionString

Employees trained thorough hand washing exception. Corresponds to the JSON property employeesTrainedThoroughHandWashingException

Returns:

  • (String)


557
558
559
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 557

def employees_trained_thorough_hand_washing_exception
  @employees_trained_thorough_hand_washing_exception
end

#employees_wear_protective_equipmentBoolean Also known as: employees_wear_protective_equipment?

Employees wear masks, face shields, and/or gloves. Corresponds to the JSON property employeesWearProtectiveEquipment

Returns:

  • (Boolean)


562
563
564
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 562

def employees_wear_protective_equipment
  @employees_wear_protective_equipment
end

#employees_wear_protective_equipment_exceptionString

Employees wear protective equipment exception. Corresponds to the JSON property employeesWearProtectiveEquipmentException

Returns:

  • (String)


568
569
570
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 568

def employees_wear_protective_equipment_exception
  @employees_wear_protective_equipment_exception
end

#guest_rooms_enhanced_cleaningBoolean Also known as: guest_rooms_enhanced_cleaning?

Enhanced cleaning of guest rooms. Corresponds to the JSON property guestRoomsEnhancedCleaning

Returns:

  • (Boolean)


573
574
575
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 573

def guest_rooms_enhanced_cleaning
  @guest_rooms_enhanced_cleaning
end

#guest_rooms_enhanced_cleaning_exceptionString

Guest rooms enhanced cleaning exception. Corresponds to the JSON property guestRoomsEnhancedCleaningException

Returns:

  • (String)


579
580
581
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 579

def guest_rooms_enhanced_cleaning_exception
  @guest_rooms_enhanced_cleaning_exception
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



586
587
588
589
590
591
592
593
594
595
596
597
598
599
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 586

def update!(**args)
  @commercial_grade_disinfectant_cleaning = args[:commercial_grade_disinfectant_cleaning] if args.key?(:commercial_grade_disinfectant_cleaning)
  @commercial_grade_disinfectant_cleaning_exception = args[:commercial_grade_disinfectant_cleaning_exception] if args.key?(:commercial_grade_disinfectant_cleaning_exception)
  @common_areas_enhanced_cleaning = args[:common_areas_enhanced_cleaning] if args.key?(:common_areas_enhanced_cleaning)
  @common_areas_enhanced_cleaning_exception = args[:common_areas_enhanced_cleaning_exception] if args.key?(:common_areas_enhanced_cleaning_exception)
  @employees_trained_cleaning_procedures = args[:employees_trained_cleaning_procedures] if args.key?(:employees_trained_cleaning_procedures)
  @employees_trained_cleaning_procedures_exception = args[:employees_trained_cleaning_procedures_exception] if args.key?(:employees_trained_cleaning_procedures_exception)
  @employees_trained_thorough_hand_washing = args[:employees_trained_thorough_hand_washing] if args.key?(:employees_trained_thorough_hand_washing)
  @employees_trained_thorough_hand_washing_exception = args[:employees_trained_thorough_hand_washing_exception] if args.key?(:employees_trained_thorough_hand_washing_exception)
  @employees_wear_protective_equipment = args[:employees_wear_protective_equipment] if args.key?(:employees_wear_protective_equipment)
  @employees_wear_protective_equipment_exception = args[:employees_wear_protective_equipment_exception] if args.key?(:employees_wear_protective_equipment_exception)
  @guest_rooms_enhanced_cleaning = args[:guest_rooms_enhanced_cleaning] if args.key?(:guest_rooms_enhanced_cleaning)
  @guest_rooms_enhanced_cleaning_exception = args[:guest_rooms_enhanced_cleaning_exception] if args.key?(:guest_rooms_enhanced_cleaning_exception)
end