Method: PureCloud::SearchAggregation#hash

Defined in:
lib/purecloud/models/search_aggregation.rb

#hashObject

Calculate hash code according to all attributes.



127
128
129
# File 'lib/purecloud/models/search_aggregation.rb', line 127

def hash
  [field, name, type, value, size, order].hash
end