Method: Harbor2Client::RegistryInfo#==
- Defined in:
- lib/harbor2_client/models/registry_info.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
94 95 96 97 98 99 100 101 |
# File 'lib/harbor2_client/models/registry_info.rb', line 94 def ==(o) return true if self.equal?(o) self.class == o.class && type == o.type && description == o.description && supported_resource_filters == o.supported_resource_filters && supported_triggers == o.supported_triggers end |