Method: Weblate::PatchedRole#hash
- Defined in:
- lib/weblate/models/patched_role.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
144 145 146 |
# File 'lib/weblate/models/patched_role.rb', line 144 def hash [id, name, , url].hash end |