Method: PureCloud::ConversationNotificationChat#hash
- Defined in:
- lib/purecloud/models/conversation_notification_chat.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
174 175 176 |
# File 'lib/purecloud/models/conversation_notification_chat.rb', line 174 def hash [state, id, provider, room_id, held, disconnect_type, start_hold_time, connected_time, disconnected_time, additional_properties].hash end |