Module: Webhookdb::Async::Job
- Included in:
- Jobs::Backfill, Jobs::CreateMirrorTable, Jobs::CreateStripeCustomer, Jobs::CustomerCreatedNotifyInternal, Jobs::DemoModeSyncData, Jobs::DeveloperAlertHandle, Jobs::IcalendarSync, Jobs::IncreaseEventHandler, Jobs::LoggedWebhooksReplay, Jobs::MessageDispatched, Jobs::OrganizationDatabaseMigrationNotifyFinished, Jobs::OrganizationDatabaseMigrationNotifyStarted, Jobs::OrganizationDatabaseMigrationRun, Jobs::PrepareDatabaseConnections, Jobs::ProcessWebhook, Jobs::RenewWatchChannel, Jobs::ResetCodeCreateDispatch, Jobs::SendInvite, Jobs::SendTestWebhook, Jobs::SendWebhook, Jobs::SyncTargetRunSync, Jobs::WebhookdbResourceNotifyIntegrations
- Defined in:
- lib/webhookdb/async/job.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.extended(cls) ⇒ Object
8 9 10 11 |
# File 'lib/webhookdb/async/job.rb', line 8 def self.extended(cls) cls.extend Amigo::Job cls.include(InstanceMethods) end |