Method: PureCloud::Attachment#hash

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

#hashObject

Calculate hash code according to all attributes.



90
91
92
# File 'lib/purecloud/models/attachment.rb', line 90

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