Method: PureCloud::RecordingEmailMessage#hash
- Defined in:
- lib/purecloudplatformclientv2/models/recording_email_message.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
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, , time].hash end |