Method: Harbor1Client::WebhookTargetObject#==
- Defined in:
- lib/harbor1_client/models/webhook_target_object.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
90 91 92 93 94 95 96 97 |
# File 'lib/harbor1_client/models/webhook_target_object.rb', line 90 def ==(o) return true if self.equal?(o) self.class == o.class && type == o.type && address == o.address && auth_header == o.auth_header && skip_cert_verify == o.skip_cert_verify end |