class Geocoder::Lookup::SmartyStreets

Public Instance Methods

name() click to toggle source
# File lib/geocoder/lookups/smarty_streets.rb, line 6
def name
  "SmartyStreets"
end
required_api_key_parts() click to toggle source
# File lib/geocoder/lookups/smarty_streets.rb, line 10
def required_api_key_parts
  %w(auth-id auth-token)
end
supported_protocols() click to toggle source

required by API as of 26 March 2015

# File lib/geocoder/lookups/smarty_streets.rb, line 15
def supported_protocols
  [:https]
end