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