Class: URI::Supl

Inherits:
Generic
  • Object
show all
Includes:
OpenURI::OpenRead
Defined in:
lib/gps_pvt/supl.rb

Constant Summary collapse

DEFAULT_PORT =
7275

Instance Method Summary collapse

Instance Method Details

#buffer_open(buf, proxy, options) ⇒ Object



557
558
559
# File 'lib/gps_pvt/supl.rb', line 557

def buffer_open(buf, proxy, options)
  OpenURI.open_supl(buf, self, proxy, options)
end