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