Method: PulpOstreeClient::PatchedostreeOstreeRepository#hash

Defined in:
lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



202
203
204
# File 'lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb', line 202

def hash
  [pulp_labels, name, description, retain_repo_versions, remote, compute_delta].hash
end