Method: PureCloud::DocumentAttribute#hash
- Defined in:
- lib/purecloud/models/document_attribute.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
78 79 80 |
# File 'lib/purecloud/models/document_attribute.rb', line 78 def hash [attribute, values].hash end |