Method: Fog::SSH::Result#initialize
- Defined in:
- lib/fog/core/ssh.rb
#initialize(command) ⇒ Result
Returns a new instance of Result.
106 107 108 109 110 |
# File 'lib/fog/core/ssh.rb', line 106 def initialize(command) @command = command @stderr = '' @stdout = '' end |