Class: Geocoder::Lookup::Telize
- Defined in:
- lib/geocoder/lookups/telize.rb
Instance Method Summary collapse
- #name ⇒ Object
- #query_url(query) ⇒ Object
-
#supported_protocols ⇒ Object
currently doesn’t support HTTPS.
Methods inherited from Base
#cache, #handle, #initialize, #map_link_url, #required_api_key_parts, #search
Constructor Details
This class inherits a constructor from Geocoder::Lookup::Base
Instance Method Details
#name ⇒ Object
7 8 9 |
# File 'lib/geocoder/lookups/telize.rb', line 7 def name "Telize" end |
#query_url(query) ⇒ Object
11 12 13 |
# File 'lib/geocoder/lookups/telize.rb', line 11 def query_url(query) "#{protocol}://www.telize.com/geoip/#{query.sanitized_text}" end |
#supported_protocols ⇒ Object
currently doesn’t support HTTPS
16 17 18 |
# File 'lib/geocoder/lookups/telize.rb', line 16 def supported_protocols [:http] end |