Method: PureCloud::QueueMemberNotification#hash
- Defined in:
- lib/purecloud/models/queue_member_notification.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
96 97 98 |
# File 'lib/purecloud/models/queue_member_notification.rb', line 96 def hash [id, queue_id, joined, additional_properties].hash end |