Method: Quke::Configuration#proxy
- Defined in:
- lib/quke/configuration.rb
#proxy ⇒ Object
Return the hash of proxy
server settings
If your environment requires you to go via a proxy server you can configure Quke to use it by setting the host
and port
in your config file.
142 143 144 |
# File 'lib/quke/configuration.rb', line 142 def proxy @data['proxy'] end |