Module: Slack::Web::Auth

Included in:
Slack::Web
Defined in:
lib/slack/web/auth.rb

Instance Method Summary collapse

Instance Method Details

#auth_testObject



4
5
6
7
# File 'lib/slack/web/auth.rb', line 4

def auth_test
  response = @session.do_get "auth.test"
  Slack::parse_response(response)
end