Method: Harbor2Client::ScannerRegistrationReq#hash

Defined in:
lib/harbor2_client/models/scanner_registration_req.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



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