Class: LittleGhost::Sandbox::ProcessSession::Chunk

Inherits:
Data
  • Object
show all
Defined in:
lib/little_ghost/sandbox/process_session.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#eofObject (readonly)

Returns the value of attribute eof

Returns:

  • (Object)

    the current value of eof



17
18
19
# File 'lib/little_ghost/sandbox/process_session.rb', line 17

def eof
  @eof
end

#stderrObject (readonly)

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



17
18
19
# File 'lib/little_ghost/sandbox/process_session.rb', line 17

def stderr
  @stderr
end

#stdoutObject (readonly)

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



17
18
19
# File 'lib/little_ghost/sandbox/process_session.rb', line 17

def stdout
  @stdout
end