Class: ShellProcess

Inherits:
Object
  • Object
show all
Defined in:
lib/shellutils/shell_process.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output.



3
4
5
# File 'lib/shellutils/shell_process.rb', line 3

def output
  @output
end

#return_codeObject

Returns the value of attribute return_code.



3
4
5
# File 'lib/shellutils/shell_process.rb', line 3

def return_code
  @return_code
end