Method: PureCloud::ContentFacetFilterItem#hash
- Defined in:
- lib/purecloud/models/content_facet_filter_item.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
116 117 118 |
# File 'lib/purecloud/models/content_facet_filter_item.rb', line 116 def hash [name, type, operator, values].hash end |