Method: PulpContainerClient::ContainerRepositorySyncURL#==
- Defined in:
- lib/pulp_container_client/models/container_repository_sync_url.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
106 107 108 109 110 111 112 |
# File 'lib/pulp_container_client/models/container_repository_sync_url.rb', line 106 def ==(o) return true if self.equal?(o) self.class == o.class && remote == o.remote && mirror == o.mirror && signed_only == o.signed_only end |