Method: PulpOstreeClient::PatchedostreeOstreeRepository#==
- Defined in:
- lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
183 184 185 186 187 188 189 190 191 192 |
# File 'lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb', line 183 def ==(o) return true if self.equal?(o) self.class == o.class && pulp_labels == o.pulp_labels && name == o.name && description == o.description && retain_repo_versions == o.retain_repo_versions && remote == o.remote && compute_delta == o.compute_delta end |