Method: EilamTest::StorageSystem#hash

Defined in:
lib/eilam_test/models/storage_system.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



228
229
230
# File 'lib/eilam_test/models/storage_system.rb', line 228

def hash
  [auto_add_pools, component_state, management_ip, name, status, storage_array, storage_family, system_type, uuid].hash
end