Class: Demiurge::ActionItemInternal::EngineBlockRunner Private
- Inherits:
-
BlockRunner
- Object
- BlockRunner
- Demiurge::ActionItemInternal::EngineBlockRunner
- Defined in:
- lib/demiurge/action_item.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
This is a very simple BlockRunner for defining DSL actions that need very little extra support. It's for weird, powerful actions that mess with the internals of the engine. You can request it by passing the "engine_code" option to define_action.
Instance Attribute Summary
Attributes inherited from BlockRunner
Method Summary
Methods inherited from BlockRunner
Constructor Details
This class inherits a constructor from Demiurge::ActionItemInternal::BlockRunner