Class: Geocoder::Lookup::Ip2locationIo
- Inherits:
-
Base
- Object
- Base
- Geocoder::Lookup::Ip2locationIo
show all
- Defined in:
- lib/geocoder/lookups/ip2location_io.rb
Instance Method Summary
collapse
Methods inherited from Base
#cache, #handle, #initialize, #map_link_url, #query_url, #search
Instance Method Details
#name ⇒ Object
7
8
9
|
# File 'lib/geocoder/lookups/ip2location_io.rb', line 7
def name
"IP2LocationIOApi"
end
|
#required_api_key_parts ⇒ Object
11
12
13
|
# File 'lib/geocoder/lookups/ip2location_io.rb', line 11
def required_api_key_parts
['key']
end
|
#supported_protocols ⇒ Object
15
16
17
|
# File 'lib/geocoder/lookups/ip2location_io.rb', line 15
def supported_protocols
[:http, :https]
end
|