Method: PulpOstreeClient::PatchedostreeOstreeRepository#hash
- Defined in:
- lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |