Module: Webhookdb::Async::ScheduledJob

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.extended(cls) ⇒ Object



8
9
10
11
# File 'lib/webhookdb/async/scheduled_job.rb', line 8

def self.extended(cls)
  cls.extend Amigo::ScheduledJob
  cls.include(InstanceMethods)
end