Method: PureCloud::NumericRange#hash
- Defined in:
- lib/purecloud/models/numeric_range.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
100 101 102 |
# File 'lib/purecloud/models/numeric_range.rb', line 100 def hash [gt, gte, lt, lte].hash end |