Method: PureCloud::QueryResult#hash

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

#hashObject

Calculate hash code according to all attributes.



82
83
84
# File 'lib/purecloud/models/query_result.rb', line 82

def hash
  [id, name, body, self_uri].hash
end