Method: Harbor2Client::ScannerRegistrationSettings#==
- Defined in:
- lib/harbor2_client/models/scanner_registration_settings.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
101 102 103 104 105 106 107 108 |
# File 'lib/harbor2_client/models/scanner_registration_settings.rb', line 101 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name && url == o.url && auth == o.auth && access_credential == o.access_credential end |