Class: Legion::Extensions::Tasker::Actor::FetchDelayed
- Inherits:
-
Actors::Subscription
- Object
- Actors::Subscription
- Legion::Extensions::Tasker::Actor::FetchDelayed
- Defined in:
- lib/legion/extensions/tasker/actors/fetch_delayed.rb
Instance Method Summary collapse
Instance Method Details
#runner_function ⇒ Object
4 5 6 |
# File 'lib/legion/extensions/tasker/actors/fetch_delayed.rb', line 4 def runner_function 'fetch' end |
#use_runner? ⇒ Boolean
8 9 10 |
# File 'lib/legion/extensions/tasker/actors/fetch_delayed.rb', line 8 def use_runner? false end |