Method: QuickAndRuby::Proxy::Proxy#initialize

Defined in:
lib/quick_and_ruby/proxy/proxy.rb

#initialize(options, proxy_service = WEBrick::HTTPProxyServer) ⇒ Proxy

Returns a new instance of Proxy.



11
12
13
14
# File 'lib/quick_and_ruby/proxy/proxy.rb', line 11

def initialize(options, proxy_service = WEBrick::HTTPProxyServer)
  @options = options
  @proxy_service = proxy_service
end