We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef0dc3 commit 5e90fa3Copy full SHA for 5e90fa3
lib/minfraud/model/device.rb
@@ -19,10 +19,7 @@ class Device < Abstract
19
attr_reader :confidence
20
21
# A UUID that MaxMind uses for the device associated with this IP
22
- # address. Note that many devices cannot be uniquely identified because
23
- # they are too common (for example, all iPhones of a given model and OS
24
- # release). In these cases, the minFraud service will simply not return a
25
- # UUID for that device.
+ # address.
26
#
27
# @return [String, nil]
28
attr_reader :id
0 commit comments