Method: PureCloud::UserStationsNotificationUserStation#hash

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

#hashObject

Calculate hash code according to all attributes.



86
87
88
# File 'lib/purecloud/models/user_stations_notification_user_station.rb', line 86

def hash
  [id, name, associated_user].hash
end