module Redd module Client class Authenticated module Account def me object_from_response :get, "/api/me.json" end end end end end