Method: Webhookdb::Replicator.registered

Defined in:
lib/webhookdb/replicator.rb

.registered(name) ⇒ Webhookdb::Replicator::Descriptor

Returns the service with the given name, or nil if none is registered.



164
165
166
# File 'lib/webhookdb/replicator.rb', line 164

def registered(name)
  return @registry[name]
end