Method: PulpFileClient::FileFileDistribution#hash
- Defined in:
- lib/pulp_file_client/models/file_file_distribution.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
192 193 194 |
# File 'lib/pulp_file_client/models/file_file_distribution.rb', line 192 def hash [base_path, content_guard, pulp_labels, name, repository, publication].hash end |