Class: Greenroom::CLI::Check::Analyzer::Experiment
- Inherits:
-
Data
- Object
- Data
- Greenroom::CLI::Check::Analyzer::Experiment
- Defined in:
- lib/greenroom/cli/check.rb
Instance Attribute Summary collapse
-
#candidate ⇒ Object
readonly
Returns the value of attribute candidate.
-
#method ⇒ Object
readonly
Returns the value of attribute method.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#use_block ⇒ Object
readonly
Returns the value of attribute use_block.
Instance Attribute Details
#candidate ⇒ Object (readonly)
Returns the value of attribute candidate
110 111 112 |
# File 'lib/greenroom/cli/check.rb', line 110 def candidate @candidate end |
#method ⇒ Object (readonly)
Returns the value of attribute method
110 111 112 |
# File 'lib/greenroom/cli/check.rb', line 110 def method @method end |
#name ⇒ Object (readonly)
Returns the value of attribute name
110 111 112 |
# File 'lib/greenroom/cli/check.rb', line 110 def name @name end |
#use_block ⇒ Object (readonly)
Returns the value of attribute use_block
110 111 112 |
# File 'lib/greenroom/cli/check.rb', line 110 def use_block @use_block end |