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

Class Method Details

.registryRegistry

Singleton registry instance

Returns:

  • (Registry)

    The global channel registry



60
61
62
# File 'lib/botiasloop/channels.rb', line 60

def self.registry
  @registry ||= Registry.new
end