Class: Aidp::ToolingDetector::Result
- Inherits:
-
Struct
- Object
- Struct
- Aidp::ToolingDetector::Result
- Defined in:
- lib/aidp/tooling_detector.rb
Instance Attribute Summary collapse
-
#lint_commands ⇒ Object
Returns the value of attribute lint_commands.
-
#test_commands ⇒ Object
Returns the value of attribute test_commands.
Instance Attribute Details
#lint_commands ⇒ Object
Returns the value of attribute lint_commands
17 18 19 |
# File 'lib/aidp/tooling_detector.rb', line 17 def lint_commands @lint_commands end |
#test_commands ⇒ Object
Returns the value of attribute test_commands
17 18 19 |
# File 'lib/aidp/tooling_detector.rb', line 17 def test_commands @test_commands end |