module Slatan::Mouth::Auth
Public Class Methods
test(options={})
click to toggle source
@see api.slack.com/methods/auth.test
# File lib/slatan/mouth/auth.rb, line 8 def test(options={}) send('test', options) end
Private Class Methods
send(method, msg)
click to toggle source
# File lib/slatan/mouth/auth.rb, line 13 def send(method, msg) Mouth.send(@category, method, msg) end