Method: PureCloud::UserQueue#hash
- Defined in:
- lib/purecloud/models/user_queue.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
307 308 309 |
# File 'lib/purecloud/models/user_queue.rb', line 307 def hash [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, media_settings, bullseye, acw_settings, skill_evaluation_method, queue_flow, calling_party_name, calling_party_number, outbound_email_address, joined, member_count, self_uri].hash end |