module SlackProgress

Constants

VERSION

Public Class Methods

new(token, channel_id, options={}) click to toggle source
# File lib/slack-progress.rb, line 6
def self.new(token, channel_id, options={})
  SlackProgress::Client.new(token, channel_id, options)
end