Method: PureCloud::FacetStatistics#hash
- Defined in:
- lib/purecloud/models/facet_statistics.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
128 129 130 |
# File 'lib/purecloud/models/facet_statistics.rb', line 128 def hash [count, min, max, mean, std_deviation, date_min, date_max].hash end |