Class: TaskJuggler::StdIoWrapper::Results
- Defined in:
- lib/taskjuggler/StdIoWrapper.rb
Instance Attribute Summary collapse
-
#returnValue ⇒ Object
Returns the value of attribute returnValue.
-
#stdErr ⇒ Object
Returns the value of attribute stdErr.
-
#stdOut ⇒ Object
Returns the value of attribute stdOut.
Instance Attribute Details
#returnValue ⇒ Object
Returns the value of attribute returnValue
21 22 23 |
# File 'lib/taskjuggler/StdIoWrapper.rb', line 21 def returnValue @returnValue end |
#stdErr ⇒ Object
Returns the value of attribute stdErr
21 22 23 |
# File 'lib/taskjuggler/StdIoWrapper.rb', line 21 def stdErr @stdErr end |
#stdOut ⇒ Object
Returns the value of attribute stdOut
21 22 23 |
# File 'lib/taskjuggler/StdIoWrapper.rb', line 21 def stdOut @stdOut end |