lib/redd/client/authenticated/account.rb in redd-0.4.3 vs lib/redd/client/authenticated/account.rb in redd-0.5.0
- old
+ new
@@ -1,8 +1,10 @@
module Redd
module Client
class Authenticated
+ # Methods to manage the logged-in user
module Account
+ # @return [Redd::Object::User] The logged-in user.
def me
object_from_response :get, "/api/me.json"
end
end
end