Method: EilamTest::Address#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



216
217
218
# File 'lib/eilam_test/models/address.rb', line 216

def hash
  [chap_name, chap_secret, component_state, iqn, port_type, secondary_ip, uuid, wwpn].hash
end