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]
You can’t perform that action at this time.
0 commit comments