Class: ActionMCP::Dev::Runner::Spec

Inherits:
Struct
  • Object
show all
Defined in:
lib/action_mcp/dev/runner.rb

Overview

A child process to supervise.

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



23
24
25
# File 'lib/action_mcp/dev/runner.rb', line 23

def command
  @command
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



23
24
25
# File 'lib/action_mcp/dev/runner.rb', line 23

def env
  @env
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



23
24
25
# File 'lib/action_mcp/dev/runner.rb', line 23

def label
  @label
end