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.
114 115 116 |
# File 'lib/pulp_container_client/models/container_repository_sync_url.rb', line 114 def hash [remote, mirror, signed_only].hash end |