Class: Aidp::ToolingDetector::CommandInfo
- Inherits:
-
Struct
- Object
- Struct
- Aidp::ToolingDetector::CommandInfo
- Defined in:
- lib/aidp/tooling_detector.rb
Overview
Information about a detected command
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#framework ⇒ Object
Returns the value of attribute framework.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
44 45 46 |
# File 'lib/aidp/tooling_detector.rb', line 44 def command @command end |
#flags ⇒ Object
Returns the value of attribute flags
44 45 46 |
# File 'lib/aidp/tooling_detector.rb', line 44 def flags @flags end |
#framework ⇒ Object
Returns the value of attribute framework
44 45 46 |
# File 'lib/aidp/tooling_detector.rb', line 44 def framework @framework end |