Method: Harbor1Client::WebhookPolicy#==
- Defined in:
- lib/harbor1_client/models/webhook_policy.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
# File 'lib/harbor1_client/models/webhook_policy.rb', line 146 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && name == o.name && description == o.description && project_id == o.project_id && targets == o.targets && event_types == o.event_types && creator == o.creator && creation_time == o.creation_time && update_time == o.update_time && enabled == o.enabled end |