Method: Athenian::CreatedIdentifier#hash
- Defined in:
- lib/athenian/models/created_identifier.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
97 98 99 |
# File 'lib/athenian/models/created_identifier.rb', line 97 def hash [id].hash end |