Method: PulpRpmClient::ImageResponse#hash
- Defined in:
- lib/pulp_rpm_client/models/image_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
151 152 153 |
# File 'lib/pulp_rpm_client/models/image_response.rb', line 151 def hash [name, path, platforms, artifact].hash end |