Method: TalonOne::Entity#hash
- Defined in:
- lib/talon_one/models/entity.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
109 110 111 |
# File 'lib/talon_one/models/entity.rb', line 109 def hash [id, created].hash end |