Module: Redd::Client::Authenticated::Account

Included in:
Redd::Client::Authenticated
Defined in:
lib/redd/client/authenticated/account.rb

Instance Method Summary collapse

Instance Method Details

#meObject



5
6
7
# File 'lib/redd/client/authenticated/account.rb', line 5

def me
  object_from_response :get, "/api/me.json"
end