Method: Harbor2Client::ProjectSummaryQuota#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



86
87
88
# File 'lib/harbor2_client/models/project_summary_quota.rb', line 86

def hash
  [hard, used].hash
end