Method: CFoundry::V1::Client#http_proxy=
- Defined in:
- lib/cfoundry/v1/client.rb
#http_proxy=(uri) ⇒ Object
Set the http proxy URI.
55 56 57 |
# File 'lib/cfoundry/v1/client.rb', line 55 def http_proxy=(uri) @base.http_proxy = uri end |