Method: EilamTest::ValidateSystem#hash
- Defined in:
- lib/eilam_test/models/validate_system.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
136 137 138 |
# File 'lib/eilam_test/models/validate_system.rb', line 136 def hash [management_ip, name, password, system_type, user].hash end |