Class: MiamiDadeGeo::GetClosestFeatureClient

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/miami_dade_geo/get_closest_feature_client.rb

Constant Summary collapse

WSDL_URL =
"http://gisws.miamidade.gov/gisxyservices/GetClosestFeature.asmx?wsdl"

Instance Method Summary collapse

Instance Method Details

#savonObject



10
11
12
# File 'lib/miami_dade_geo/get_closest_feature_client.rb', line 10

def savon
  @savon ||= Savon.client(wsdl: WSDL_URL)
end