Method: PulpFileClient::FileFileDistributionResponse#hash
- Defined in:
- lib/pulp_file_client/models/file_file_distribution_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
205 206 207 |
# File 'lib/pulp_file_client/models/file_file_distribution_response.rb', line 205 def hash [pulp_href, pulp_created, pulp_last_updated, base_path, base_url, content_guard, hidden, pulp_labels, name, repository, publication].hash end |