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