Method: EilamTest::SystemType#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



209
210
211
# File 'lib/eilam_test/models/system_type.rb', line 209

def hash
  [component_state, name, short_version, uuid, version].hash
end