class Geocoder::Lookup::Base
def protocol
Set in configuration but not available for every service.
Protocol to use for communication with geocoding services.
#
def protocol "http" + (use_ssl? ? "s" : "") end
def protocol "http" + (use_ssl? ? "s" : "") end