Method: PulpRpmClient::Copy#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



113
114
115
# File 'lib/pulp_rpm_client/models/copy.rb', line 113

def hash
  [config, dependency_solving].hash
end