Module: Slatan::Mouth::Pins

Included in:
Slatan::Mouth
Defined in:
lib/slatan/mouth/pins.rb

Class Method Summary collapse

Class Method Details

.add(channel, options = {}) ⇒ Object



8
9
10
11
12
# File 'lib/slatan/mouth/pins.rb', line 8

def add(channel, options={})
  send('add', {
    channel: channel
  }.merge(options))
end

.remove(channel, options = {}) ⇒ Object



15
16
17
18
19
# File 'lib/slatan/mouth/pins.rb', line 15

def remove(channel, options={})
  send('remove', {
    channel: channel
  }.merge(options))
end