Method: PureCloud::AuditUser#hash
- Defined in:
- lib/purecloud/models/audit_user.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
89 90 91 |
# File 'lib/purecloud/models/audit_user.rb', line 89 def hash [id, name, display].hash end |