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.



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_cleaningBoolean Also known as: commercial_grade_disinfectant_cleaning?

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

Returns:

  • (Boolean)


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_exceptionString

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

Returns:

  • (String)


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_cleaningBoolean Also known as: common_areas_enhanced_cleaning?

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

Returns:

  • (Boolean)


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_exceptionString

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

Returns:

  • (String)


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_proceduresBoolean Also known as: employees_trained_cleaning_procedures?

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

Returns:

  • (Boolean)


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_exceptionString

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

Returns:

  • (String)


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_washingBoolean Also known as: employees_trained_thorough_hand_washing?

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

Returns:

  • (Boolean)


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_exceptionString

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

Returns:

  • (String)


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_equipmentBoolean Also known as: employees_wear_protective_equipment?

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

Returns:

  • (Boolean)


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_exceptionString

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

Returns:

  • (String)


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_cleaningBoolean Also known as: guest_rooms_enhanced_cleaning?

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

Returns:

  • (Boolean)


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_exceptionString

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

Returns:

  • (String)


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