Class: LittleGhost::Sandbox::ProcessSession::Chunk
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Sandbox::ProcessSession::Chunk
- Defined in:
- lib/little_ghost/sandbox/process_session.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#eof ⇒ Object
readonly
Returns the value of attribute eof.
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
-
#stdout ⇒ Object
readonly
Returns the value of attribute stdout.
Instance Attribute Details
#eof ⇒ Object (readonly)
Returns the value of attribute eof
17 18 19 |
# File 'lib/little_ghost/sandbox/process_session.rb', line 17 def eof @eof end |
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr
17 18 19 |
# File 'lib/little_ghost/sandbox/process_session.rb', line 17 def stderr @stderr end |
#stdout ⇒ Object (readonly)
Returns the value of attribute stdout
17 18 19 |
# File 'lib/little_ghost/sandbox/process_session.rb', line 17 def stdout @stdout end |