Method: PureCloud::Conversation#hash
- Defined in:
- lib/purecloud/models/conversation.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
198 199 200 |
# File 'lib/purecloud/models/conversation.rb', line 198 def hash [id, name, start_time, end_time, address, participants, conversation_ids, max_participants, recording_state, state, self_uri].hash end |