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