Method: ContextIO::Config#proxy

Defined in:
lib/context-io/config.rb

#proxyString, URI

Returns The URI to the HTTP proxy to use.

Returns:

  • (String, URI)

    The URI to the HTTP proxy to use.



54
55
56
# File 'lib/context-io/config.rb', line 54

def proxy
  @proxy
end