Method: Forgejo::PublicKey#hash
- Defined in:
- lib/forgejo/models/public_key.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
175 176 177 |
# File 'lib/forgejo/models/public_key.rb', line 175 def hash [created_at, fingerprint, id, key, key_type, read_only, title, url, user].hash end |