Method: Weblate::PaginatedProjectList#hash
- Defined in:
- lib/weblate/models/paginated_project_list.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
141 142 143 |
# File 'lib/weblate/models/paginated_project_list.rb', line 141 def hash [count, _next, previous, results].hash end |