class Geocoder::Lookup::Ip2location

Public Instance Methods

name() click to toggle source
# File lib/geocoder/lookups/ip2location.rb, line 7
def name
  "IP2LocationApi"
end
supported_protocols() click to toggle source
# File lib/geocoder/lookups/ip2location.rb, line 11
def supported_protocols
  [:http, :https]
end