Class: Mutant::Variable::Result::Timeout Private

Inherits:
Mutant::Variable::Result show all
Defined in:
lib/mutant/variable.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance returned on timeouts

Constant Summary collapse

INSTANCE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

new(nil)

Instance Attribute Summary

Attributes inherited from Mutant::Variable::Result

#value

Class Method Summary collapse

Methods inherited from Mutant::Variable::Result

#initialize, #timeout?

Constructor Details

This class inherits a constructor from Mutant::Variable::Result

Class Method Details

.newTimeout

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Construct new object

Returns:



45
46
47
# File 'lib/mutant/variable.rb', line 45

def self.new
  INSTANCE
end