Sha256: e75fb39ef3de4cd8a1ba27ad661c63c407be89de6d02eadb3927fe67c8ca8554

Contents?: true

Size: 161 Bytes

Versions: 10

Compression:

Stored size: 161 Bytes

Contents

module Boty
  module Slack
    class Channel
      attr_accessor :id

      def initialize(id:, info:)
        @id, @info = id, info
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
boty-0.1.0 lib/boty/slack/channel.rb
boty-0.0.17.1 lib/boty/slack/channel.rb
boty-0.0.17 lib/boty/slack/channel.rb
boty-0.0.16 lib/boty/slack/channel.rb
boty-0.0.15 lib/boty/slack/channel.rb
boty-0.0.14 lib/boty/slack/channel.rb
boty-0.0.13 lib/boty/slack/channel.rb
boty-0.0.12 lib/boty/slack/channel.rb
boty-0.0.11 lib/boty/slack/channel.rb
boty-0.0.10 lib/boty/slack/channel.rb