Class: Slack::API::Auth
- Defined in:
- lib/laziness/api/auth.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#test ⇒ Object
4 5 6 7 |
# File 'lib/laziness/api/auth.rb', line 4 def test response = request :get, 'auth.test' Slack::Auth.parse response end |