Module: Webhookdb::Async::Job::InstanceMethods

Defined in:
lib/webhookdb/async/job.rb

Instance Method Summary collapse

Instance Method Details

#with_log_tags(tags) ⇒ Object



14
15
16
# File 'lib/webhookdb/async/job.rb', line 14

def with_log_tags(tags, &)
  Webhookdb::Async::JobLogger.with_log_tags(tags, &)
end