Class: Aidp::ToolingDetector::CommandInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/aidp/tooling_detector.rb

Overview

Information about a detected command

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



44
45
46
# File 'lib/aidp/tooling_detector.rb', line 44

def command
  @command
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



44
45
46
# File 'lib/aidp/tooling_detector.rb', line 44

def flags
  @flags
end

#frameworkObject

Returns the value of attribute framework

Returns:

  • (Object)

    the current value of framework



44
45
46
# File 'lib/aidp/tooling_detector.rb', line 44

def framework
  @framework
end