Method: PureCloud::ConversationBasic#hash
- Defined in:
- lib/purecloud/models/conversation_basic.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
122 123 124 |
# File 'lib/purecloud/models/conversation_basic.rb', line 122 def hash [id, name, start_time, end_time, self_uri, participants].hash end |