Class: Ocak::StackDetector::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ocak/stack_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#format_commandObject

Returns the value of attribute format_command

Returns:

  • (Object)

    the current value of format_command



10
11
12
# File 'lib/ocak/stack_detector.rb', line 10

def format_command
  @format_command
end

#frameworkObject

Returns the value of attribute framework

Returns:

  • (Object)

    the current value of framework



10
11
12
# File 'lib/ocak/stack_detector.rb', line 10

def framework
  @framework
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



10
11
12
# File 'lib/ocak/stack_detector.rb', line 10

def language
  @language
end

#lint_commandObject

Returns the value of attribute lint_command

Returns:

  • (Object)

    the current value of lint_command



10
11
12
# File 'lib/ocak/stack_detector.rb', line 10

def lint_command
  @lint_command
end

#monorepoObject

Returns the value of attribute monorepo

Returns:

  • (Object)

    the current value of monorepo



10
11
12
# File 'lib/ocak/stack_detector.rb', line 10

def monorepo
  @monorepo
end

#packagesObject

Returns the value of attribute packages

Returns:

  • (Object)

    the current value of packages



10
11
12
# File 'lib/ocak/stack_detector.rb', line 10

def packages
  @packages
end

#security_commandsObject

Returns the value of attribute security_commands

Returns:

  • (Object)

    the current value of security_commands



10
11
12
# File 'lib/ocak/stack_detector.rb', line 10

def security_commands
  @security_commands
end

#setup_commandObject

Returns the value of attribute setup_command

Returns:

  • (Object)

    the current value of setup_command



10
11
12
# File 'lib/ocak/stack_detector.rb', line 10

def setup_command
  @setup_command
end

#test_commandObject

Returns the value of attribute test_command

Returns:

  • (Object)

    the current value of test_command



10
11
12
# File 'lib/ocak/stack_detector.rb', line 10

def test_command
  @test_command
end