Method: AutomationObject::State::ActionLoop#single_run
- Defined in:
- lib/automation_object/state/hook_actions/action_loop.rb
#single_run ⇒ Boolean
Abstract method, override
39 40 41 |
# File 'lib/automation_object/state/hook_actions/action_loop.rb', line 39 def single_run raise NotImplementedError end |