Class: Geocoder::Lookup::Ip2location

Inherits:
Base
  • Object
show all
Defined in:
lib/geocoder/lookups/ip2location.rb

Instance Method Summary collapse

Methods inherited from Base

#cache, #handle, #initialize, #map_link_url, #query_url, #required_api_key_parts, #search

Constructor Details

This class inherits a constructor from Geocoder::Lookup::Base

Instance Method Details

#nameObject



7
8
9
# File 'lib/geocoder/lookups/ip2location.rb', line 7

def name
  "IP2LocationApi"
end

#supported_protocolsObject



11
12
13
# File 'lib/geocoder/lookups/ip2location.rb', line 11

def supported_protocols
  [:http, :https]
end