Module: Remotus::CoreExt::Elevated
- Included in:
- WinRM::Shells::Elevated
- Defined in:
- lib/remotus/core_ext/elevated.rb
Overview
WinRM Elevated extension module
Instance Method Summary collapse
-
#connection_opts ⇒ Hash
Returns a hash for the connection options from the interal WinRM::Shells::Powershell object.
Instance Method Details
#connection_opts ⇒ Hash
Returns a hash for the connection options from the interal WinRM::Shells::Powershell object
17 18 19 |
# File 'lib/remotus/core_ext/elevated.rb', line 17 def connection_opts @shell.connection_opts end |