Method: PureCloud::EmailMessage#hash

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

#hashObject

Calculate hash code according to all attributes.



195
196
197
# File 'lib/purecloud/models/email_message.rb', line 195

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