Method: Webhookdb::Replicator::Base.descriptor

Defined in:
lib/webhookdb/replicator/base.rb

.descriptorWebhookdb::Replicator::Descriptor

This method is abstract.

Return the descriptor for this service.

Returns:

Raises:

  • (NotImplementedError)


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