Method: PureCloud::EmailConversationNotification#hash

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

#hashObject

Calculate hash code according to all attributes.



100
101
102
# File 'lib/purecloud/models/email_conversation_notification.rb', line 100

def hash
  [id, name, participants, other_media_uris].hash
end