Method: PureCloud::ChatMessage#hash
- Defined in:
- lib/purecloud/models/chat_message.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
146 147 148 |
# File 'lib/purecloud/models/chat_message.rb', line 146 def hash [body, id, to, from, utc, chat, , type, user].hash end |