class Geocoder::Lookup::Base

def supported_protocols


or [:https] if only HTTPS is supported.
Should be set to [:http] if only HTTP is supported
Array containing the protocols supported by the api.
#
def supported_protocols
  [:http, :https]
end