module Breacan::Client::Rtm

Public Instance Methods

rtm_start() click to toggle source
# File lib/breacan/client/rtm.rb, line 4
def rtm_start
  get 'rtm.start'
end