Method: Webhookdb::Replicator::Base#calculate_webhook_state_machine

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

#calculate_webhook_state_machineWebhookdb::Replicator::StateMachineStep

This method is abstract.

Return the state machine that is used when setting up this integration. Usually this entails providing the user the webhook url, and providing or asking for a webhook secret. In some cases, this can be a lot more complex though.

Returns:

Raises:

  • (NotImplementedError)


245
246
247
# File 'lib/webhookdb/replicator/base.rb', line 245

def calculate_webhook_state_machine
  raise NotImplementedError
end