Class: Guardrails::Init::StackDetector::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#evidenceObject

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



8
9
10
# File 'lib/guardrails/init/stack_detector.rb', line 8

def evidence
  @evidence
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



8
9
10
# File 'lib/guardrails/init/stack_detector.rb', line 8

def strategy
  @strategy
end

#stylesheetsObject

Returns the value of attribute stylesheets

Returns:

  • (Object)

    the current value of stylesheets



8
9
10
# File 'lib/guardrails/init/stack_detector.rb', line 8

def stylesheets
  @stylesheets
end