module Slatan::Mouth::Files

Public Class Methods

upload(options={}) click to toggle source

@see api.slack.com/methods/files.upload

# File lib/slatan/mouth/files.rb, line 8
def upload(options={})
  send('upload', options)
end

Private Class Methods

send(method, msg) click to toggle source
# File lib/slatan/mouth/files.rb, line 13
def send(method, msg)
  Mouth.send(@category, method, msg)
end