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