Method: PulpRpmClient::ImageResponse#hash

Defined in:
lib/pulp_rpm_client/models/image_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



151
152
153
# File 'lib/pulp_rpm_client/models/image_response.rb', line 151

def hash
  [name, path, platforms, artifact].hash
end