Class: Balmora::Context::ExecResult

Inherits:
Exec show all
Defined in:
lib/balmora/context/exec_result.rb

Instance Method Summary collapse

Methods inherited from Exec

#_exec, #options, #verify

Methods inherited from Balmora::Context

#_not, #execute, #init, #initialize, #option, #options, #verify

Methods inherited from Balmora::Command

#_execute, #execute, #init, #initialize, #option, #options

Constructor Details

This class inherits a constructor from Balmora::Context

Instance Method Details

#runObject



3
4
5
# File 'lib/balmora/context/exec_result.rb', line 3

def run()
  return @shell.run(_exec(), verbose: false)[0]
end