Class: Greenroom::CLI::Judge::Verdict

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

Instance Attribute Summary collapse

Instance Attribute Details

#experimentObject (readonly)

Returns the value of attribute experiment

Returns:

  • (Object)

    the current value of experiment



22
23
24
# File 'lib/greenroom/cli/judge.rb', line 22

def experiment
  @experiment
end

#patchObject (readonly)

Returns the value of attribute patch

Returns:

  • (Object)

    the current value of patch



22
23
24
# File 'lib/greenroom/cli/judge.rb', line 22

def patch
  @patch
end

#patch_errorObject (readonly)

Returns the value of attribute patch_error

Returns:

  • (Object)

    the current value of patch_error



22
23
24
# File 'lib/greenroom/cli/judge.rb', line 22

def patch_error
  @patch_error
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



22
23
24
# File 'lib/greenroom/cli/judge.rb', line 22

def reason
  @reason
end

#verdictObject (readonly)

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



22
23
24
# File 'lib/greenroom/cli/judge.rb', line 22

def verdict
  @verdict
end