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.
175 176 177 |
# File 'lib/webhookdb/replicator.rb', line 175 def registered(name) return @registry[name] end |