Method: Webhookdb::Idempotency.skip_transaction_check
- Defined in:
- lib/webhookdb/idempotency.rb
.skip_transaction_check ⇒ Object
Skip the transaction check. Useful in unit tests. See class docs for details.
33 34 35 |
# File 'lib/webhookdb/idempotency.rb', line 33 def skip_transaction_check @skip_transaction_check end |