Class: Demiurge::ActionItemInternal::EngineBlockRunner Private

Inherits:
BlockRunner
  • Object
show all
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.

Since:

  • 0.0.1

Instance Attribute Summary

Attributes inherited from BlockRunner

#engine, #item

Method Summary

Methods inherited from BlockRunner

#initialize

Constructor Details

This class inherits a constructor from Demiurge::ActionItemInternal::BlockRunner