Method: PureCloud::ContentFilterItem#hash

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

#hashObject

Calculate hash code according to all attributes.



100
101
102
# File 'lib/purecloud/models/content_filter_item.rb', line 100

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