Class: Slack::API::Auth

Inherits:
Base
  • Object
show all
Defined in:
lib/laziness/api/auth.rb

Instance Method Summary collapse

Methods inherited from Base

parse, parse_all

Instance Method Details

#testObject



4
5
6
7
# File 'lib/laziness/api/auth.rb', line 4

def test
  response = request :get, 'auth.test'
  Slack::Auth.parse response
end