Method: PulpContainerClient::ContainerContainerDistribution#==
- Defined in:
- lib/pulp_container_client/models/container_container_distribution.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
229 230 231 232 233 234 235 236 237 238 239 240 241 |
# File 'lib/pulp_container_client/models/container_container_distribution.rb', line 229 def ==(o) return true if self.equal?(o) self.class == o.class && hidden == o.hidden && base_path == o.base_path && name == o.name && content_guard == o.content_guard && pulp_labels == o.pulp_labels && repository == o.repository && repository_version == o.repository_version && private == o.private && description == o.description end |