Sha256: 015de6b3152edae547336519f4ffbe76bccaf2b1b07d8a7b4d050705b2471657
Contents?: true
Size: 247 Bytes
Versions: 4
Compression:
Stored size: 247 Bytes
Contents
module Slappy module SlackAPI class Channel < Base self.monitor_event = %w(channel_created channel_deleted channel_rename channel_archive channel_unarchieve) def name '#' + @data.name end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
slappy-0.6.3 | lib/slappy/slack_api/channel.rb |
slappy-0.6.2 | lib/slappy/slack_api/channel.rb |
slappy-0.6.1 | lib/slappy/slack_api/channel.rb |
slappy-0.6.0 | lib/slappy/slack_api/channel.rb |