Method: Harbor1Client::PutRegistry#hash
- Defined in:
- lib/harbor1_client/models/put_registry.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
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 |