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