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



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

def command
  @command
end

#timeoutObject

Returns the value of attribute timeout



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

def timeout
  @timeout
end