Method: EilamTest::SystemType#hash
- Defined in:
- lib/eilam_test/models/system_type.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
209 210 211 |
# File 'lib/eilam_test/models/system_type.rb', line 209 def hash [component_state, name, short_version, uuid, version].hash end |