Method: PureCloud::AuditFilter#hash

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

#hashObject

Calculate hash code according to all attributes.



102
103
104
# File 'lib/purecloud/models/audit_filter.rb', line 102

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