Class: Google::Apis::MybusinesslodgingV1::EnhancedCleaning
- Inherits:
-
Object
- Object
- Google::Apis::MybusinesslodgingV1::EnhancedCleaning
- 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
-
#commercial_grade_disinfectant_cleaning ⇒ Boolean
(also: #commercial_grade_disinfectant_cleaning?)
Commercial-grade disinfectant used to clean the property.
-
#commercial_grade_disinfectant_cleaning_exception ⇒ String
Commercial grade disinfectant cleaning exception.
-
#common_areas_enhanced_cleaning ⇒ Boolean
(also: #common_areas_enhanced_cleaning?)
Enhanced cleaning of common areas.
-
#common_areas_enhanced_cleaning_exception ⇒ String
Common areas enhanced cleaning exception.
-
#employees_trained_cleaning_procedures ⇒ Boolean
(also: #employees_trained_cleaning_procedures?)
Employees trained in COVID-19 cleaning procedures.
-
#employees_trained_cleaning_procedures_exception ⇒ String
Employees trained cleaning procedures exception.
-
#employees_trained_thorough_hand_washing ⇒ Boolean
(also: #employees_trained_thorough_hand_washing?)
Employees trained in thorough hand-washing.
-
#employees_trained_thorough_hand_washing_exception ⇒ String
Employees trained thorough hand washing exception.
-
#employees_wear_protective_equipment ⇒ Boolean
(also: #employees_wear_protective_equipment?)
Employees wear masks, face shields, and/or gloves.
-
#employees_wear_protective_equipment_exception ⇒ String
Employees wear protective equipment exception.
-
#guest_rooms_enhanced_cleaning ⇒ Boolean
(also: #guest_rooms_enhanced_cleaning?)
Enhanced cleaning of guest rooms.
-
#guest_rooms_enhanced_cleaning_exception ⇒ String
Guest rooms enhanced cleaning exception.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnhancedCleaning
constructor
A new instance of EnhancedCleaning.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnhancedCleaning
Returns a new instance of EnhancedCleaning.
751 752 753 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 751 def initialize(**args) update!(**args) end |
Instance Attribute Details
#commercial_grade_disinfectant_cleaning ⇒ Boolean Also known as: commercial_grade_disinfectant_cleaning?
Commercial-grade disinfectant used to clean the property.
Corresponds to the JSON property commercialGradeDisinfectantCleaning
688 689 690 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 688 def commercial_grade_disinfectant_cleaning @commercial_grade_disinfectant_cleaning end |
#commercial_grade_disinfectant_cleaning_exception ⇒ String
Commercial grade disinfectant cleaning exception.
Corresponds to the JSON property commercialGradeDisinfectantCleaningException
694 695 696 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 694 def commercial_grade_disinfectant_cleaning_exception @commercial_grade_disinfectant_cleaning_exception end |
#common_areas_enhanced_cleaning ⇒ Boolean Also known as: common_areas_enhanced_cleaning?
Enhanced cleaning of common areas.
Corresponds to the JSON property commonAreasEnhancedCleaning
699 700 701 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 699 def common_areas_enhanced_cleaning @common_areas_enhanced_cleaning end |
#common_areas_enhanced_cleaning_exception ⇒ String
Common areas enhanced cleaning exception.
Corresponds to the JSON property commonAreasEnhancedCleaningException
705 706 707 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 705 def common_areas_enhanced_cleaning_exception @common_areas_enhanced_cleaning_exception end |
#employees_trained_cleaning_procedures ⇒ Boolean Also known as: employees_trained_cleaning_procedures?
Employees trained in COVID-19 cleaning procedures.
Corresponds to the JSON property employeesTrainedCleaningProcedures
710 711 712 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 710 def employees_trained_cleaning_procedures @employees_trained_cleaning_procedures end |
#employees_trained_cleaning_procedures_exception ⇒ String
Employees trained cleaning procedures exception.
Corresponds to the JSON property employeesTrainedCleaningProceduresException
716 717 718 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 716 def employees_trained_cleaning_procedures_exception @employees_trained_cleaning_procedures_exception end |
#employees_trained_thorough_hand_washing ⇒ Boolean Also known as: employees_trained_thorough_hand_washing?
Employees trained in thorough hand-washing.
Corresponds to the JSON property employeesTrainedThoroughHandWashing
721 722 723 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 721 def employees_trained_thorough_hand_washing @employees_trained_thorough_hand_washing end |
#employees_trained_thorough_hand_washing_exception ⇒ String
Employees trained thorough hand washing exception.
Corresponds to the JSON property employeesTrainedThoroughHandWashingException
727 728 729 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 727 def employees_trained_thorough_hand_washing_exception @employees_trained_thorough_hand_washing_exception end |
#employees_wear_protective_equipment ⇒ Boolean Also known as: employees_wear_protective_equipment?
Employees wear masks, face shields, and/or gloves.
Corresponds to the JSON property employeesWearProtectiveEquipment
732 733 734 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 732 def employees_wear_protective_equipment @employees_wear_protective_equipment end |
#employees_wear_protective_equipment_exception ⇒ String
Employees wear protective equipment exception.
Corresponds to the JSON property employeesWearProtectiveEquipmentException
738 739 740 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 738 def employees_wear_protective_equipment_exception @employees_wear_protective_equipment_exception end |
#guest_rooms_enhanced_cleaning ⇒ Boolean Also known as: guest_rooms_enhanced_cleaning?
Enhanced cleaning of guest rooms.
Corresponds to the JSON property guestRoomsEnhancedCleaning
743 744 745 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 743 def guest_rooms_enhanced_cleaning @guest_rooms_enhanced_cleaning end |
#guest_rooms_enhanced_cleaning_exception ⇒ String
Guest rooms enhanced cleaning exception.
Corresponds to the JSON property guestRoomsEnhancedCleaningException
749 750 751 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 749 def guest_rooms_enhanced_cleaning_exception @guest_rooms_enhanced_cleaning_exception end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
756 757 758 759 760 761 762 763 764 765 766 767 768 769 |
# File 'lib/google/apis/mybusinesslodging_v1/classes.rb', line 756 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 |