Method: Harbor2Client::RegistryInfo#hash
- Defined in:
- lib/harbor2_client/models/registry_info.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
111 112 113 |
# File 'lib/harbor2_client/models/registry_info.rb', line 111 def hash [type, description, supported_resource_filters, supported_triggers].hash end |