Sha256: f83637ec161997a2b096074f869f933994741196d5cb6f953479c10aa52215d4
Contents?: true
Size: 215 Bytes
Versions: 3
Compression:
Stored size: 215 Bytes
Contents
require "boty/slack/url" require "boty/slack/chat" require "boty/slack/rtm" module Boty module Slack class << self def chat; @chat ||= Chat.new end def rtm; @rtm ||= RTM.new end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
boty-0.0.9 | lib/boty/slack.rb |
boty-0.0.7 | lib/boty/slack.rb |
boty-0.0.6 | lib/boty/slack.rb |