Method: Updater::ORM::ClassMethods#clear_all

Defined in:
lib/updater/orm/orm.rb

#clear_allObject

Compleatly remove all jobs and associeted data from the datastore including chained Methods.



216
217
218
# File 'lib/updater/orm/orm.rb', line 216

def clear_all
  NotImplementedError
end