Class: Ocak::StackDetector::Result
- Inherits:
-
Struct
- Object
- Struct
- Ocak::StackDetector::Result
- Defined in:
- lib/ocak/stack_detector.rb
Instance Attribute Summary collapse
-
#format_command ⇒ Object
Returns the value of attribute format_command.
-
#framework ⇒ Object
Returns the value of attribute framework.
-
#language ⇒ Object
Returns the value of attribute language.
-
#lint_command ⇒ Object
Returns the value of attribute lint_command.
-
#monorepo ⇒ Object
Returns the value of attribute monorepo.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#security_commands ⇒ Object
Returns the value of attribute security_commands.
-
#setup_command ⇒ Object
Returns the value of attribute setup_command.
-
#test_command ⇒ Object
Returns the value of attribute test_command.
Instance Attribute Details
#format_command ⇒ Object
Returns the value of attribute format_command
10 11 12 |
# File 'lib/ocak/stack_detector.rb', line 10 def format_command @format_command end |
#framework ⇒ Object
Returns the value of attribute framework
10 11 12 |
# File 'lib/ocak/stack_detector.rb', line 10 def framework @framework end |
#language ⇒ Object
Returns the value of attribute language
10 11 12 |
# File 'lib/ocak/stack_detector.rb', line 10 def language @language end |
#lint_command ⇒ Object
Returns the value of attribute lint_command
10 11 12 |
# File 'lib/ocak/stack_detector.rb', line 10 def lint_command @lint_command end |
#monorepo ⇒ Object
Returns the value of attribute monorepo
10 11 12 |
# File 'lib/ocak/stack_detector.rb', line 10 def monorepo @monorepo end |
#packages ⇒ Object
Returns the value of attribute packages
10 11 12 |
# File 'lib/ocak/stack_detector.rb', line 10 def packages @packages end |
#security_commands ⇒ Object
Returns the value of attribute security_commands
10 11 12 |
# File 'lib/ocak/stack_detector.rb', line 10 def security_commands @security_commands end |
#setup_command ⇒ Object
Returns the value of attribute setup_command
10 11 12 |
# File 'lib/ocak/stack_detector.rb', line 10 def setup_command @setup_command end |
#test_command ⇒ Object
Returns the value of attribute test_command
10 11 12 |
# File 'lib/ocak/stack_detector.rb', line 10 def test_command @test_command end |