Method: PulpRpmClient::RpmDistributionTreeResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code


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, build_timestamp, instimage, mainimage, discnum, totaldiscs, addons, checksums, images, variants].hash
end