Method: Harbor2Client::Quota#hash
- Defined in:
- lib/harbor2_client/models/quota.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
127 128 129 |
# File 'lib/harbor2_client/models/quota.rb', line 127 def hash [id, ref, hard, used, creation_time, update_time].hash end |