Method: Webhookdb::Replicator::Base.descriptor
- Defined in:
- lib/webhookdb/replicator/base.rb
.descriptor ⇒ Webhookdb::Replicator::Descriptor
This method is abstract.
Return the descriptor for this service.
24 25 26 |
# File 'lib/webhookdb/replicator/base.rb', line 24 def self.descriptor raise NotImplementedError, "#{self.class}: must return a descriptor that is used for registration purposes" end |