Class: Greenroom::CLI::Check::Result
- Inherits:
-
Data
- Object
- Data
- Greenroom::CLI::Check::Result
- Defined in:
- lib/greenroom/cli/check.rb
Instance Attribute Summary collapse
-
#accepted ⇒ Object
readonly
Returns the value of attribute accepted.
-
#candidate ⇒ Object
readonly
Returns the value of attribute candidate.
-
#experiment ⇒ Object
readonly
Returns the value of attribute experiment.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#accepted ⇒ Object (readonly)
Returns the value of attribute accepted
10 11 12 |
# File 'lib/greenroom/cli/check.rb', line 10 def accepted @accepted end |
#candidate ⇒ Object (readonly)
Returns the value of attribute candidate
10 11 12 |
# File 'lib/greenroom/cli/check.rb', line 10 def candidate @candidate end |
#experiment ⇒ Object (readonly)
Returns the value of attribute experiment
10 11 12 |
# File 'lib/greenroom/cli/check.rb', line 10 def experiment @experiment end |
#message ⇒ Object (readonly)
Returns the value of attribute message
10 11 12 |
# File 'lib/greenroom/cli/check.rb', line 10 def @message end |