Method: PureCloud::UserConversationSummaryNotification#==
- Defined in:
- lib/purecloud/models/user_conversation_summary_notification.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
108 109 110 111 112 113 114 115 116 117 118 |
# File 'lib/purecloud/models/user_conversation_summary_notification.rb', line 108 def ==(o) return true if self.equal?(o) self.class == o.class && user_id == o.user_id && call == o.call && callback == o.callback && email == o.email && chat == o.chat && == o. && video == o.video end |