Method: PulpcoreClient::RepositoryVersionResponse#hash
- Defined in:
- lib/pulpcore_client/models/repository_version_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
147 148 149 |
# File 'lib/pulpcore_client/models/repository_version_response.rb', line 147 def hash [pulp_href, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash end |