Method: PulpContainerClient::ContainerRepositorySyncURL#hash
- Defined in:
- lib/pulp_container_client/models/container_repository_sync_url.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
122 123 124 |
# File 'lib/pulp_container_client/models/container_repository_sync_url.rb', line 122 def hash [remote, mirror, signed_only].hash end |