Method: TalonOne::MutableEntity#hash

Defined in:
lib/talon_one/models/mutable_entity.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



94
95
96
# File 'lib/talon_one/models/mutable_entity.rb', line 94

def hash
  [modified].hash
end