Method: PureCloud::AnalyticsConversation#hash
- Defined in:
- lib/purecloud/models/analytics_conversation.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
101 102 103 |
# File 'lib/purecloud/models/analytics_conversation.rb', line 101 def hash [conversation_id, conversation_start, participants, evaluations].hash end |