Method: PureCloud::ChatMessage#hash

Defined in:
lib/purecloud/models/chat_message.rb

#hashObject

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, message, type, user].hash
end