Method: PureCloud::Attachment#hash

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

#hashObject

Calculate hash code according to all attributes.



106
107
108
# File 'lib/purecloud/models/attachment.rb', line 106

def hash
  [attachment_id, name, content_uri, content_type, content_length].hash
end