Method: Athenian::CreatedIdentifier#hash

Defined in:
lib/athenian/models/created_identifier.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



97
98
99
# File 'lib/athenian/models/created_identifier.rb', line 97

def hash
  [id].hash
end