Class: TaskJuggler::StdIoWrapper::Results

Inherits:
Struct
  • Object
show all
Defined in:
lib/taskjuggler/StdIoWrapper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#returnValueObject

Returns the value of attribute returnValue

Returns:

  • (Object)

    the current value of returnValue



21
22
23
# File 'lib/taskjuggler/StdIoWrapper.rb', line 21

def returnValue
  @returnValue
end

#stdErrObject

Returns the value of attribute stdErr

Returns:

  • (Object)

    the current value of stdErr



21
22
23
# File 'lib/taskjuggler/StdIoWrapper.rb', line 21

def stdErr
  @stdErr
end

#stdOutObject

Returns the value of attribute stdOut

Returns:

  • (Object)

    the current value of stdOut



21
22
23
# File 'lib/taskjuggler/StdIoWrapper.rb', line 21

def stdOut
  @stdOut
end