Method: PureCloud::ConversationChat#hash
- Defined in:
- lib/purecloud/models/conversation_chat.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
217 218 219 |
# File 'lib/purecloud/models/conversation_chat.rb', line 217 def hash [state, id, room_id, recording_id, segments, held, direction, disconnect_type, start_hold_time, connected_time, disconnected_time, provider].hash end |