Method: PureCloud::ContentFilterItem#hash

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

#hashObject

Calculate hash code according to all attributes.



116
117
118
# File 'lib/purecloud/models/content_filter_item.rb', line 116

def hash
  [name, type, operator, values].hash
end