Method: CFoundry::V1::Client#current_user
- Defined in:
- lib/cfoundry/v1/client.rb
#current_user ⇒ Object
The currently authenticated user.
96 97 98 99 100 |
# File 'lib/cfoundry/v1/client.rb', line 96 def current_user if user = info[:user] user(user) end end |