Method: PureCloud::ConversationNotificationDisconnectReason#==
- Defined in:
- lib/purecloud/models/conversation_notification_disconnect_reason.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
81 82 83 84 85 86 87 |
# File 'lib/purecloud/models/conversation_notification_disconnect_reason.rb', line 81 def ==(o) return true if self.equal?(o) self.class == o.class && type == o.type && code == o.code && phrase == o.phrase end |