Method: IntersightClient::RecoveryBackupSchedule#hash

Defined in:
lib/intersight_client/models/recovery_backup_schedule.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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