Method: PureCloud::Contact#hash

Defined in:
lib/purecloud/models/contact.rb

#hashObject

Calculate hash code according to all attributes.



116
117
118
# File 'lib/purecloud/models/contact.rb', line 116

def hash
  [address, display, media_type, type].hash
end