Method: PureCloud::RecordingEmailMessage#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



336
337
338
# File 'lib/purecloudplatformclientv2/models/recording_email_message.rb', line 336

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