Class: Fog::Hyperv::Utils::Winrm::LocalExecOutput

Inherits:
Struct
  • Object
show all
Defined in:
lib/fog/hyperv/utils/winrm.rb

Overview

Struct emulating a WinRM shell return

Instance Attribute Summary collapse

Instance Attribute Details

#exitcodeObject

Returns the value of attribute exitcode

Returns:

  • (Object)

    the current value of exitcode



8
9
10
# File 'lib/fog/hyperv/utils/winrm.rb', line 8

def exitcode
  @exitcode
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



8
9
10
# File 'lib/fog/hyperv/utils/winrm.rb', line 8

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



8
9
10
# File 'lib/fog/hyperv/utils/winrm.rb', line 8

def stdout
  @stdout
end