Class: Roast::SystemCogs::Call
- Inherits:
-
Roast::SystemCog
- Object
- Cog
- Roast::SystemCog
- Roast::SystemCogs::Call
- Defined in:
- lib/roast/system_cogs/call.rb
Overview
Call cog for invoking named execution scopes
Executes a named execution scope (defined with ‘execute(:name)`) with a provided value and index. The scope runs independently and can access the value and index through special variables.
Defined Under Namespace
Modules: InputContext, Manager Classes: Config, Input, Output, Params
Instance Attribute Summary
Attributes inherited from Cog
Method Summary
Methods inherited from Roast::SystemCog
#execute, #initialize, params_class
Methods inherited from Cog
#anonymous?, config_class, #failed?, generate_fallback_name, #initialize, input_class, #run!, #skipped?, #started?, #stopped?, #succeeded?, #type, #wait
Constructor Details
This class inherits a constructor from Roast::SystemCog