Method: AutomationObject::State::ActionLoop#single_run

Defined in:
lib/automation_object/state/hook_actions/action_loop.rb

#single_runBoolean

Abstract method, override

Returns:

  • (Boolean)

    success or not

Raises:

  • (NotImplementedError)


39
40
41
# File 'lib/automation_object/state/hook_actions/action_loop.rb', line 39

def single_run
  raise NotImplementedError
end