Class: Greenroom::CLI::Check::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#acceptedObject (readonly)

Returns the value of attribute accepted

Returns:

  • (Object)

    the current value of accepted



10
11
12
# File 'lib/greenroom/cli/check.rb', line 10

def accepted
  @accepted
end

#candidateObject (readonly)

Returns the value of attribute candidate

Returns:

  • (Object)

    the current value of candidate



10
11
12
# File 'lib/greenroom/cli/check.rb', line 10

def candidate
  @candidate
end

#experimentObject (readonly)

Returns the value of attribute experiment

Returns:

  • (Object)

    the current value of experiment



10
11
12
# File 'lib/greenroom/cli/check.rb', line 10

def experiment
  @experiment
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



10
11
12
# File 'lib/greenroom/cli/check.rb', line 10

def message
  @message
end