Method: Updater::ORM::ClassMethods#delayed
- Defined in:
- lib/updater/orm/orm.rb
#delayed ⇒ Object
Runurns a count of the number of jobs scheduled to run at a later time, that is there time value is strictly greater then the value returned by calling now on the registered time class(tnow)
173 174 175 |
# File 'lib/updater/orm/orm.rb', line 173 def delayed NotImplementedError end |