Class: Aidp::ToolingDetector::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#lint_commandsObject

Returns the value of attribute lint_commands

Returns:

  • (Object)

    the current value of lint_commands



17
18
19
# File 'lib/aidp/tooling_detector.rb', line 17

def lint_commands
  @lint_commands
end

#test_commandsObject

Returns the value of attribute test_commands

Returns:

  • (Object)

    the current value of test_commands



17
18
19
# File 'lib/aidp/tooling_detector.rb', line 17

def test_commands
  @test_commands
end