Method: Cloudist::Worker#process

Defined in:
lib/cloudist/worker.rb

#processObject

Raises:

  • (NotImplementedError)


25
26
27
# File 'lib/cloudist/worker.rb', line 25

def process
  raise NotImplementedError, "Your worker class must subclass this method"
end