File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55module Minfraud
66 module Model
7- # Model of the GeoIP2 location information, including the local time.
7+ # Model of the GeoIP location information, including the local time.
88 class GeoIP2Location < MaxMind ::GeoIP2 ::Record ::Location
99 # The date and time of the transaction in the time zone associated with
1010 # the IP address. The value is formatted according to RFC 3339. For
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class Insights < Score
4343 # @return [Minfraud::Model::Email]
4444 attr_reader :email
4545
46- # An object containing GeoIP2 and minFraud Insights information about the
46+ # An object containing GeoIP and minFraud Insights information about the
4747 # geolocated IP address.
4848 #
4949 # @return [Minfraud::Model::IPAddress]
Original file line number Diff line number Diff line change 66
77module Minfraud
88 module Model
9- # Model containing GeoIP2 data and the risk for the IP address.
9+ # Model containing GeoIP data and the risk for the IP address.
1010 class IPAddress < MaxMind ::GeoIP2 ::Model ::Insights
1111 # This field contains the risk associated with the IP address. The value
1212 # ranges from 0.01 to 99. A higher score indicates a higher risk.
You can’t perform that action at this time.
0 commit comments