Method: PureCloud::EmailMessage#hash

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

#hashObject

Calculate hash code according to all attributes.



179
180
181
# File 'lib/purecloud/models/email_message.rb', line 179

def hash
  [id, name, to, cc, bcc, from, subject, attachments, text_body, html_body, time, self_uri].hash
end