class Ey::Core::Client::Users

Public Instance Methods

current() click to toggle source
# File lib/ey-core/collections/users.rb, line 9
def current
  new(connection.get_current_user.body["user"])
end