Method: PureCloud::AccountManager#hash

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

#hashObject

Calculate hash code according to all attributes.



96
97
98
# File 'lib/purecloud/models/account_manager.rb', line 96

def hash
  [first_name, last_name, phone, email].hash
end