Method: PulpGemClient::GemGemContentResponse#hash
- Defined in:
- lib/pulp_gem_client/models/gem_gem_content_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
246 247 248 |
# File 'lib/pulp_gem_client/models/gem_gem_content_response.rb', line 246 def hash [pulp_href, prn, pulp_created, pulp_last_updated, pulp_labels, vuln_report, artifacts, checksum, name, version, platform, prerelease, dependencies, required_ruby_version, required_rubygems_version].hash end |