class Geocoder::Lookup::Ipgeolocation

Constants

ERROR_CODES

Public Instance Methods

name() click to toggle source
# File lib/geocoder/lookups/ipgeolocation.rb, line 17
def name
  "Ipgeolocation"
end
supported_protocols() click to toggle source
# File lib/geocoder/lookups/ipgeolocation.rb, line 21
def supported_protocols
  [:https]
end