Method: Webhookdb::Replicator::Base#_webhook_state_change_fields
- Defined in:
- lib/webhookdb/replicator/base.rb
#_webhook_state_change_fields ⇒ Object
If we support webhooks, these fields correspond to the webhook state machine. Override them if some other fields are also needed for webhooks.
140 |
# File 'lib/webhookdb/replicator/base.rb', line 140 def _webhook_state_change_fields = ["webhook_secret"] |