Method: PulpRpmClient::RpmDistributionTreeResponse#hash
- Defined in:
- lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
389 390 391 |
# File 'lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb', line 389 def hash [pulp_href, prn, header_version, release_name, release_short, release_version, release_is_layered, base_product_name, base_product_short, base_product_version, arch, , instimage, mainimage, discnum, totaldiscs, addons, checksums, images, variants].hash end |