Class: MiamiDadeGeo::LatlongClient

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#savonObject



11
12
13
# File 'lib/miami_dade_geo/latlong_client.rb', line 11

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