Method: Weblate::PaginatedProjectList#hash

Defined in:
lib/weblate/models/paginated_project_list.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



141
142
143
# File 'lib/weblate/models/paginated_project_list.rb', line 141

def hash
  [count, _next, previous, results].hash
end