Class: Fog::Hyperv::Utils::Winrm::LocalExecOutput
- Inherits:
-
Struct
- Object
- Struct
- Fog::Hyperv::Utils::Winrm::LocalExecOutput
- Defined in:
- lib/fog/hyperv/utils/winrm.rb
Overview
Struct emulating a WinRM shell return
Instance Attribute Summary collapse
-
#exitcode ⇒ Object
Returns the value of attribute exitcode.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#exitcode ⇒ Object
Returns the value of attribute exitcode
8 9 10 |
# File 'lib/fog/hyperv/utils/winrm.rb', line 8 def exitcode @exitcode end |
#stderr ⇒ Object
Returns the value of attribute stderr
8 9 10 |
# File 'lib/fog/hyperv/utils/winrm.rb', line 8 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
8 9 10 |
# File 'lib/fog/hyperv/utils/winrm.rb', line 8 def stdout @stdout end |