Class: ActionMCP::Dev::Runner::Spec
- Inherits:
-
Struct
- Object
- Struct
- ActionMCP::Dev::Runner::Spec
- Defined in:
- lib/action_mcp/dev/runner.rb
Overview
A child process to supervise.
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#env ⇒ Object
Returns the value of attribute env.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
23 24 25 |
# File 'lib/action_mcp/dev/runner.rb', line 23 def command @command end |
#env ⇒ Object
Returns the value of attribute env
23 24 25 |
# File 'lib/action_mcp/dev/runner.rb', line 23 def env @env end |
#label ⇒ Object
Returns the value of attribute label
23 24 25 |
# File 'lib/action_mcp/dev/runner.rb', line 23 def label @label end |