Method: IntersightClient::RecoveryBackupSchedule#hash
- Defined in:
- lib/intersight_client/models/recovery_backup_schedule.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
245 246 247 |
# File 'lib/intersight_client/models/recovery_backup_schedule.rb', line 245 def hash [class_id, object_type, execution_time, frequency_unit, hours].hash end |