Method: PureCloud::FacetTerm#hash

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

#hashObject

Calculate hash code according to all attributes.



117
118
119
# File 'lib/purecloud/models/facet_term.rb', line 117

def hash
  [term, key, id, name, count, time].hash
end