Method: PureCloud::Annotation#hash
- Defined in:
- lib/purecloud/models/annotation.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
138 139 140 |
# File 'lib/purecloud/models/annotation.rb', line 138 def hash [id, name, type, location, duration_ms, user, description, self_uri].hash end |