Method: Jets::Job::Base.process
- Defined in:
- lib/jets/job/base.rb
.process(event, context, meth) ⇒ Object
23 24 25 26 |
# File 'lib/jets/job/base.rb', line 23 def process(event, context, meth) job = new(event, context, meth) job.send(meth) end |