Method: EilamTest::ValidateSystem#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



136
137
138
# File 'lib/eilam_test/models/validate_system.rb', line 136

def hash
  [management_ip, name, password, system_type, user].hash
end