Method: PulpFileClient::FileFilePublicationResponse#hash

Defined in:
lib/pulp_file_client/models/file_file_publication_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



142
143
144
# File 'lib/pulp_file_client/models/file_file_publication_response.rb', line 142

def hash
  [pulp_href, pulp_created, repository_version, repository, distributions, manifest].hash
end