Method: PureCloud::AuditFilter#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



203
204
205
# File 'lib/purecloudclient_v2a/models/audit_filter.rb', line 203

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