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.
-
#repository_state_post ⇒ Object
Returns the value of attribute repository_state_post.
-
#repository_state_pre ⇒ Object
Returns the value of attribute repository_state_pre.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration
9 10 11 |
# File 'lib/rail_verdict/check.rb', line 9 def configuration @configuration end |
#context ⇒ Object
Returns the value of attribute context
9 10 11 |
# File 'lib/rail_verdict/check.rb', line 9 def context @context end |
#findings ⇒ Object
Returns the value of attribute findings
9 10 11 |
# File 'lib/rail_verdict/check.rb', line 9 def findings @findings end |
#repository_state_post ⇒ Object
Returns the value of attribute repository_state_post
9 10 11 |
# File 'lib/rail_verdict/check.rb', line 9 def repository_state_post @repository_state_post end |
#repository_state_pre ⇒ Object
Returns the value of attribute repository_state_pre
9 10 11 |
# File 'lib/rail_verdict/check.rb', line 9 def repository_state_pre @repository_state_pre end |
#result ⇒ Object
Returns the value of attribute result
9 10 11 |
# File 'lib/rail_verdict/check.rb', line 9 def result @result end |