Parent

Files

Class/Module Index [+]

Quicksearch

Fog::SSH::Result

Attributes

command[RW]
status[RW]
stderr[RW]
stdout[RW]

Public Class Methods

new(command) click to toggle source
# File lib/fog/core/ssh.rb, line 106
def initialize(command)
  @command = command
  @stderr = ''
  @stdout = ''
end

Public Instance Methods

display_stderr() click to toggle source
# File lib/fog/core/ssh.rb, line 102
def display_stderr
  Formatador.display_line(stderr.split("\r\n"))
end
display_stdout() click to toggle source
# File lib/fog/core/ssh.rb, line 98
def display_stdout
  Formatador.display_line(stdout.split("\r\n"))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.