Sha256: 7884347e8d98aac60c1f6f0c6af0da580e0567179a16cc3ed8f0e1f5f18c8574

Contents?: true

Size: 180 Bytes

Versions: 6

Compression:

Stored size: 180 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
redd-0.4.3 lib/redd/client/authenticated/account.rb
redd-0.4.2 lib/redd/client/authenticated/account.rb
redd-0.4.1 lib/redd/client/authenticated/account.rb
redd-0.4.0 lib/redd/client/authenticated/account.rb
redd-0.3.0 lib/redd/client/authenticated/account.rb
redd-0.2.0 lib/redd/client/authenticated/account.rb