Skip to content

Commit 62f9b27

Browse files
authored
Merge pull request #83 from maxmind/horgh/device
Remove misleading docs about device ID
2 parents 4ef0dc3 + 5e90fa3 commit 62f9b27

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/minfraud/model/device.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ class Device < Abstract
1919
attr_reader :confidence
2020

2121
# 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.
22+
# address.
2623
#
2724
# @return [String, nil]
2825
attr_reader :id

0 commit comments

Comments
 (0)