Method: WOTC::Client::Users#current_user

Defined in:
lib/wotc/client/users.rb

#current_userObject

Get authorized user information.



7
8
9
# File 'lib/wotc/client/users.rb', line 7

def current_user
  get('user')
end