Method: Harbor2Client::RegistryInfo#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



111
112
113
# File 'lib/harbor2_client/models/registry_info.rb', line 111

def hash
  [type, description, supported_resource_filters, supported_triggers].hash
end