Class: MiamiDadeGeo::AddrXyClient

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

Constant Summary collapse

WSDL_URL =
"http://gisws.miamidade.gov/gisaddress/addrxy.asmx?wsdl"

Instance Method Summary collapse

Instance Method Details

#savonObject



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

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