Method: PulpContainerClient::ContainerRepositorySyncURL#hash

Defined in:
lib/pulp_container_client/models/container_repository_sync_url.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



122
123
124
# File 'lib/pulp_container_client/models/container_repository_sync_url.rb', line 122

def hash
  [remote, mirror, signed_only].hash
end