Sha256: a83c3197619e01663a8afb03a2e02c22fbcf1945c8e14b76355d909feb2417bd

Contents?: true

Size: 171 Bytes

Versions: 3

Compression:

Stored size: 171 Bytes

Contents

module Slappy
  module SlackAPI
    class Channel < Base
      self.monitor_event = 'channel_created'

      def name
        '#' + @data.name
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slappy-0.5.2 lib/slappy/slack_api/channel.rb
slappy-0.5.1 lib/slappy/slack_api/channel.rb
slappy-0.5.0 lib/slappy/slack_api/channel.rb