Method: PureCloud::User#hash
- Defined in:
- lib/purecloud/models/user.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
333 334 335 |
# File 'lib/purecloud/models/user.rb', line 333 def hash [id, name, chat, department, email, primary_contact_info, addresses, state, title, username, manager, images, version, routing_status, presence, conversation_summary, out_of_office, geolocation, station, , profile_skills, locations, groups, self_uri].hash end |