Method: Harbor2Client::Scanner#hash
- Defined in:
- lib/harbor2_client/models/scanner.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
96 97 98 |
# File 'lib/harbor2_client/models/scanner.rb', line 96 def hash [name, vendor, version].hash end |