Class: RailVerdict::Check::Outcome
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Check::Outcome
- Defined in:
- lib/rail_verdict/check.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#context ⇒ Object
Returns the value of attribute context.
-
#findings ⇒ Object
Returns the value of attribute findings.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration
7 8 9 |
# File 'lib/rail_verdict/check.rb', line 7 def configuration @configuration end |
#context ⇒ Object
Returns the value of attribute context
7 8 9 |
# File 'lib/rail_verdict/check.rb', line 7 def context @context end |
#findings ⇒ Object
Returns the value of attribute findings
7 8 9 |
# File 'lib/rail_verdict/check.rb', line 7 def findings @findings end |
#result ⇒ Object
Returns the value of attribute result
7 8 9 |
# File 'lib/rail_verdict/check.rb', line 7 def result @result end |