class Zenaton::Interfaces::Job
@abstract Do not subclass job directly, use either Tasks
or Workflows
Public Instance Methods
handle()
click to toggle source
Child classes should implement the handle method
# File lib/zenaton/interfaces/job.rb, line 11 def handle raise NotImplemented, "Your job does not implement the `handle' method" end