Method: PureCloud::ConversationQuery#hash
- Defined in:
- lib/purecloud/models/conversation_query.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
170 171 172 |
# File 'lib/purecloud/models/conversation_query.rb', line 170 def hash [interval, conversation_filters, evaluation_filters, segment_filters, aggregations, paging, order, order_by].hash end |