Method: FuseClient::Entity#hash
- Defined in:
- lib/fuse_client/models/entity.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
120 121 122 |
# File 'lib/fuse_client/models/entity.rb', line 120 def hash [id, name, email].hash end |