Method: PureCloud::AnalyticsQueryAggregation#hash
- Defined in:
- lib/purecloud/models/analytics_query_aggregation.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
122 123 124 |
# File 'lib/purecloud/models/analytics_query_aggregation.rb', line 122 def hash [type, dimension, metric, size, ranges].hash end |