Method: PureCloud::RecordingEmailMessage#hash

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

#hashObject

Calculate hash code according to all attributes.



165
166
167
# File 'lib/purecloud/models/recording_email_message.rb', line 165

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