Method: EilamTest::StorageSystem#hash
- Defined in:
- lib/eilam_test/models/storage_system.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |