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.
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_cleaning ⇒ Boolean Also known as: commercial_grade_disinfectant_cleaning?
Commercial-grade disinfectant used to clean the property.
Corresponds to the JSON property commercialGradeDisinfectantCleaning
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_exception ⇒ String
Commercial grade disinfectant cleaning exception.
Corresponds to the JSON property commercialGradeDisinfectantCleaningException
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_cleaning ⇒ Boolean Also known as: common_areas_enhanced_cleaning?
Enhanced cleaning of common areas.
Corresponds to the JSON property commonAreasEnhancedCleaning
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_exception ⇒ String
Common areas enhanced cleaning exception.
Corresponds to the JSON property commonAreasEnhancedCleaningException
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_procedures ⇒ Boolean Also known as: employees_trained_cleaning_procedures?
Employees trained in COVID-19 cleaning procedures.
Corresponds to the JSON property employeesTrainedCleaningProcedures
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_exception ⇒ String
Employees trained cleaning procedures exception.
Corresponds to the JSON property employeesTrainedCleaningProceduresException
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_washing ⇒ Boolean Also known as: employees_trained_thorough_hand_washing?
Employees trained in thorough hand-washing.
Corresponds to the JSON property employeesTrainedThoroughHandWashing
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_exception ⇒ String
Employees trained thorough hand washing exception.
Corresponds to the JSON property employeesTrainedThoroughHandWashingException
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_equipment ⇒ Boolean Also known as: employees_wear_protective_equipment?
Employees wear masks, face shields, and/or gloves.
Corresponds to the JSON property employeesWearProtectiveEquipment
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_exception ⇒ String
Employees wear protective equipment exception.
Corresponds to the JSON property employeesWearProtectiveEquipmentException
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_cleaning ⇒ Boolean Also known as: guest_rooms_enhanced_cleaning?
Enhanced cleaning of guest rooms.
Corresponds to the JSON property guestRoomsEnhancedCleaning
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_exception ⇒ String
Guest rooms enhanced cleaning exception.
Corresponds to the JSON property guestRoomsEnhancedCleaningException
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 |