Class God::DriverOperation
In: lib/god/driver.rb
Parent: TimedEvent

A DriverOperation is a TimedEvent that is due as soon as possible. It is used to execute an arbitrary method on the associated Task.

Methods

handle_event   new  

Public Class methods

Initialize a new DriverOperation.

task - The Task upon which to operate. name - The Symbol name of the method to call. args - The Array of arguments to send to the method.

Public Instance methods

Handle the operation that was issued asynchronously.

Returns nothing.

[Validate]