Method: Harbor2Client::RetentionMetadata#==
- Defined in:
- lib/harbor2_client/models/retention_metadata.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
87 88 89 90 91 92 93 |
# File 'lib/harbor2_client/models/retention_metadata.rb', line 87 def ==(o) return true if self.equal?(o) self.class == o.class && templates == o.templates && scope_selectors == o.scope_selectors && tag_selectors == o.tag_selectors end |