Method: Harbor2Client::RegistryProviderInfo#hash
- Defined in:
- lib/harbor2_client/models/registry_provider_info.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
87 88 89 |
# File 'lib/harbor2_client/models/registry_provider_info.rb', line 87 def hash [endpoint_pattern, credential_pattern].hash end |