Method: CFoundry::V1::Client#proxy=
- Defined in:
- lib/cfoundry/v1/client.rb
#proxy=(email) ⇒ Object
Set the proxy user for the client. Must be authorized as an administrator for this to have any effect.
45 46 47 |
# File 'lib/cfoundry/v1/client.rb', line 45 def proxy=(email) @base.proxy = email end |