Method: Harbor1Client::PutRegistry#hash

Defined in:
lib/harbor1_client/models/put_registry.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



136
137
138
# File 'lib/harbor1_client/models/put_registry.rb', line 136

def hash
  [name, description, url, credential_type, access_key, access_secret, insecure].hash
end