Method: PulpDebClient::PaginateddebReleaseFileResponseList#hash

Defined in:
lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



139
140
141
# File 'lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb', line 139

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