class Geocoder::Lookup::Ip2location
Public Instance Methods
name()
click to toggle source
# File lib/geocoder/lookups/ip2location.rb, line 7 def name "IP2LocationApi" end
required_api_key_parts()
click to toggle source
# File lib/geocoder/lookups/ip2location.rb, line 11 def required_api_key_parts ['key'] end
supported_protocols()
click to toggle source
# File lib/geocoder/lookups/ip2location.rb, line 15 def supported_protocols [:http, :https] end