Method: PureCloud::ResponseFilter#hash
- Defined in:
- lib/purecloud/models/response_filter.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
101 102 103 |
# File 'lib/purecloud/models/response_filter.rb', line 101 def hash [name, operator, values].hash end |