Method: PureCloud::EmailMessage#hash
- Defined in:
- lib/purecloud/models/email_message.rb
#hash ⇒ Object
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, , text_body, html_body, time, self_uri].hash end |