Method: PureCloud::ConversationQuery#==
- Defined in:
- lib/purecloud/models/conversation_query.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
151 152 153 154 155 156 157 158 159 160 161 162 |
# File 'lib/purecloud/models/conversation_query.rb', line 151 def ==(o) return true if self.equal?(o) self.class == o.class && interval == o.interval && conversation_filters == o.conversation_filters && evaluation_filters == o.evaluation_filters && segment_filters == o.segment_filters && aggregations == o.aggregations && paging == o.paging && order == o.order && order_by == o.order_by end |