Method: PulpFileClient::FileFileRepository#hash
- Defined in:
- lib/pulp_file_client/models/file_file_repository.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
176 177 178 |
# File 'lib/pulp_file_client/models/file_file_repository.rb', line 176 def hash [pulp_href, pulp_created, versions_href, latest_version_href, name, description].hash end |