Class: SystemExecEvent::Result

Inherits:
Result
  • Object
show all
Defined in:
lib/a-contracts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#std_errorObject

Returns the value of attribute std_error.



295
296
297
# File 'lib/a-contracts.rb', line 295

def std_error
  @std_error
end

#std_outputObject

Returns the value of attribute std_output.



295
296
297
# File 'lib/a-contracts.rb', line 295

def std_output
  @std_output
end