module Slatan::Mouth::Rtm

Public Class Methods

start(options={}) click to toggle source

@see api.slack.com/methods/rtm.start

# File lib/slatan/mouth/rtm.rb, line 8
def start(options={})
  send('start', options)
end

Private Class Methods

send(method, msg) click to toggle source
# File lib/slatan/mouth/rtm.rb, line 13
def send(method, msg)
  Mouth.send(@category, method, msg)
end