Class: Rednode::Bindings::Cares::Channel
- Inherits:
-
Object
- Object
- Rednode::Bindings::Cares::Channel
- Defined in:
- lib/rednode/bindings/cares.rb
Instance Method Summary collapse
-
#initialize(opts) ⇒ Channel
constructor
A new instance of Channel.
Constructor Details
#initialize(opts) ⇒ Channel
Returns a new instance of Channel.
6 7 8 |
# File 'lib/rednode/bindings/cares.rb', line 6 def initialize(opts) @opts = opts end |