Method: Harbor2Client::ScannerRegistrationReq#hash
- Defined in:
- lib/harbor2_client/models/scanner_registration_req.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
162 163 164 |
# File 'lib/harbor2_client/models/scanner_registration_req.rb', line 162 def hash [name, description, url, auth, access_credential, skip_cert_verify, use_internal_addr, disabled].hash end |