Method: CFoundry::V1::Client#https_proxy=
- Defined in:
- lib/cfoundry/v1/client.rb
#https_proxy=(uri) ⇒ Object
Set the https proxy URI.
65 66 67 |
# File 'lib/cfoundry/v1/client.rb', line 65 def https_proxy=(uri) @base.https_proxy = uri end |