Class: SlackChatter::Api::Auth

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

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#bool_as_i, #call_method, #channel_id_or_name, #initialize

Constructor Details

This class inherits a constructor from SlackChatter::Api::Base

Instance Method Details

#testObject



6
7
8
# File 'lib/slack_chatter/api/auth.rb', line 6

def test
  call_method("auth", "test", {})
end