Method: SwaggerClient::StatisticMap#hash
- Defined in:
- lib/harbor_swagger_client/models/statistic_map.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
126 127 128 |
# File 'lib/harbor_swagger_client/models/statistic_map.rb', line 126 def hash [private_project_count, private_repo_count, public_project_count, public_repo_count, total_project_count, total_repo_count].hash end |