Class: Guardrails::Init::StackDetector::Result
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::Init::StackDetector::Result
- Defined in:
- lib/guardrails/init/stack_detector.rb
Instance Attribute Summary collapse
-
#evidence ⇒ Object
Returns the value of attribute evidence.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
-
#stylesheets ⇒ Object
Returns the value of attribute stylesheets.
Instance Attribute Details
#evidence ⇒ Object
Returns the value of attribute evidence
8 9 10 |
# File 'lib/guardrails/init/stack_detector.rb', line 8 def evidence @evidence end |
#strategy ⇒ Object
Returns the value of attribute strategy
8 9 10 |
# File 'lib/guardrails/init/stack_detector.rb', line 8 def strategy @strategy end |
#stylesheets ⇒ Object
Returns the value of attribute stylesheets
8 9 10 |
# File 'lib/guardrails/init/stack_detector.rb', line 8 def stylesheets @stylesheets end |