Class: Command

Inherits:
Struct show all
Defined in:
lib/flustered/adapters/minitest.rb

Overview

Instead of exit, look for EOF!

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



44
45
46
# File 'lib/flustered/adapters/minitest.rb', line 44

def command
  @command
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



44
45
46
# File 'lib/flustered/adapters/minitest.rb', line 44

def timeout
  @timeout
end