Sha256: 73c597a2df3327c9ac7c8b73a6efa2f49fc2f1ce24f4a7327f3ad6f6b2efa504
Contents?: true
Size: 171 Bytes
Versions: 5
Compression:
Stored size: 171 Bytes
Contents
module Boty module Slack class Channel attr_accessor :id def initialize(id:, info:) @id = id @info = info end end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
boty-1.0.1 | lib/boty/slack/channel.rb |
boty-1.0.0 | lib/boty/slack/channel.rb |
boty-0.2.0 | lib/boty/slack/channel.rb |
boty-0.1.2 | lib/boty/slack/channel.rb |
boty-0.1.1 | lib/boty/slack/channel.rb |