Method: PulpcoreClient::PatchedOpenPGPDistribution#hash
- Defined in:
- lib/pulpcore_client/models/patched_open_pgp_distribution.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
202 203 204 |
# File 'lib/pulpcore_client/models/patched_open_pgp_distribution.rb', line 202 def hash [base_path, content_guard, hidden, pulp_labels, name, repository, repository_version].hash end |