Class: Greenroom::CLI::Check::Analyzer::Experiment

Inherits:
Data
  • Object
show all
Defined in:
lib/greenroom/cli/check.rb

Instance Attribute Summary collapse

Instance Attribute Details

#candidateObject (readonly)

Returns the value of attribute candidate

Returns:

  • (Object)

    the current value of candidate



110
111
112
# File 'lib/greenroom/cli/check.rb', line 110

def candidate
  @candidate
end

#methodObject (readonly)

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



110
111
112
# File 'lib/greenroom/cli/check.rb', line 110

def method
  @method
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



110
111
112
# File 'lib/greenroom/cli/check.rb', line 110

def name
  @name
end

#use_blockObject (readonly)

Returns the value of attribute use_block

Returns:

  • (Object)

    the current value of use_block



110
111
112
# File 'lib/greenroom/cli/check.rb', line 110

def use_block
  @use_block
end