Method: Harbor2Client::RegistryProviderInfo#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



87
88
89
# File 'lib/harbor2_client/models/registry_provider_info.rb', line 87

def hash
  [endpoint_pattern, credential_pattern].hash
end