Method: Rex::Google::Geolocation#initialize
- Defined in:
- lib/rex/google/geolocation.rb
#initialize ⇒ Geolocation
Returns a new instance of Geolocation.
20 21 22 23 |
# File 'lib/rex/google/geolocation.rb', line 20 def initialize @uri = URI.parse(URI.encode(GOOGLE_API_URI)) @wlan_list = [] end |