Method: Cloudist::Worker#process
- Defined in:
- lib/cloudist/worker.rb
#process ⇒ Object
25 26 27 |
# File 'lib/cloudist/worker.rb', line 25 def process raise NotImplementedError, "Your worker class must subclass this method" end |
25 26 27 |
# File 'lib/cloudist/worker.rb', line 25 def process raise NotImplementedError, "Your worker class must subclass this method" end |