Method: Twitter::Client#proxy

Defined in:
lib/twitter/client.rb

#proxyString

The proxy server URI

Examples:

client.proxy # => "http://proxy.example.com:8080"

Returns:

  • (String)


48
49
50
# File 'lib/twitter/client.rb', line 48

def proxy
  @proxy
end