class Pult::Panel::Executor::Job
Public Instance Methods
perform(hash_id, action, *args)
click to toggle source
# File lib/pult/panel/executor.rb, line 4 def perform hash_id, action, *args hash = ObjectSpace._id2ref hash_id Pult::Panel::Executor.run! hash, action, *args end