Sha256: f0d75bffb22fa65e27dab55cdf45003fd7aed567dd50599de205132babb990d9

Contents?: true

Size: 226 Bytes

Versions: 6

Compression:

Stored size: 226 Bytes

Contents

module Redd
  module Client
    class Authenticated
      module Account
        def me
          meth = :get
          path = "/api/me.json"

          object_from_response(meth, path)
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
redd-0.1.6 lib/redd/client/authenticated/account.rb
redd-0.1.5 lib/redd/client/authenticated/account.rb
redd-0.1.4 lib/redd/client/authenticated/account.rb
redd-0.1.3 lib/redd/client/authenticated/account.rb
redd-0.1.2 lib/redd/client/authenticated/account.rb
redd-0.1.1 lib/redd/client/authenticated/account.rb