class Slack::API::Auth
Public Instance Methods
test()
click to toggle source
# File lib/laziness/api/auth.rb, line 4 def test response = request :get, 'auth.test' Slack::Auth.parse response end
# File lib/laziness/api/auth.rb, line 4 def test response = request :get, 'auth.test' Slack::Auth.parse response end