Class: Pult::Executor::Job

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
lib/init/struct.rb,
lib/pult/executor.rb

Instance Method Summary collapse

Instance Method Details

#perform(*args) ⇒ Object



4
5
6
# File 'lib/pult/executor.rb', line 4

def perform *args
  Pult::Executor.run! *args
end