Class: Greenroom::CLI::Judge::Verdict
- Inherits:
-
Data
- Object
- Data
- Greenroom::CLI::Judge::Verdict
- Defined in:
- lib/greenroom/cli/judge.rb
Instance Attribute Summary collapse
-
#experiment ⇒ Object
readonly
Returns the value of attribute experiment.
-
#patch ⇒ Object
readonly
Returns the value of attribute patch.
-
#patch_error ⇒ Object
readonly
Returns the value of attribute patch_error.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#verdict ⇒ Object
readonly
Returns the value of attribute verdict.
Instance Attribute Details
#experiment ⇒ Object (readonly)
Returns the value of attribute experiment
22 23 24 |
# File 'lib/greenroom/cli/judge.rb', line 22 def experiment @experiment end |
#patch ⇒ Object (readonly)
Returns the value of attribute patch
22 23 24 |
# File 'lib/greenroom/cli/judge.rb', line 22 def patch @patch end |
#patch_error ⇒ Object (readonly)
Returns the value of attribute patch_error
22 23 24 |
# File 'lib/greenroom/cli/judge.rb', line 22 def patch_error @patch_error end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
22 23 24 |
# File 'lib/greenroom/cli/judge.rb', line 22 def reason @reason end |
#verdict ⇒ Object (readonly)
Returns the value of attribute verdict
22 23 24 |
# File 'lib/greenroom/cli/judge.rb', line 22 def verdict @verdict end |