Module: Botiasloop::Channels
- Defined in:
- lib/botiasloop/channels.rb,
lib/botiasloop/channels/cli.rb,
lib/botiasloop/channels/base.rb,
lib/botiasloop/channels/telegram.rb
Defined Under Namespace
Classes: Base, CLI, Registry, Telegram
Class Method Summary collapse
-
.registry ⇒ Registry
Singleton registry instance.
Class Method Details
.registry ⇒ Registry
Singleton registry instance
60 61 62 |
# File 'lib/botiasloop/channels.rb', line 60 def self.registry @registry ||= Registry.new end |