Method: PureCloud::ConversationNotificationDisconnectReason#hash
- Defined in:
- lib/purecloud/models/conversation_notification_disconnect_reason.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
95 96 97 |
# File 'lib/purecloud/models/conversation_notification_disconnect_reason.rb', line 95 def hash [type, code, phrase].hash end |