Method: PureCloud::FacetKeyAttribute#hash

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

#hashObject

Calculate hash code according to all attributes.



86
87
88
# File 'lib/purecloud/models/facet_key_attribute.rb', line 86

def hash
  [id, name, count].hash
end