Method: PulpcoreClient::PatchedOpenPGPDistribution#hash

Defined in:
lib/pulpcore_client/models/patched_open_pgp_distribution.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



202
203
204
# File 'lib/pulpcore_client/models/patched_open_pgp_distribution.rb', line 202

def hash
  [base_path, content_guard, hidden, pulp_labels, name, repository, repository_version].hash
end