Method: GoodData::Profile.current

Defined in:
lib/gooddata/models/profile.rb

.currentGoodData::Profile

Gets user currently logged in

Returns:

  • User currently logged-in



110
111
112
# File 'lib/gooddata/models/profile.rb', line 110

def current
  client.user
end