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

Instance Method Details

#connection_optsHash

Returns a hash for the connection options from the interal WinRM::Shells::Powershell object

Returns:

  • (Hash)

    internal WinRM::Shells::Powershell connection options



17
18
19
# File 'lib/remotus/core_ext/elevated.rb', line 17

def connection_opts
  @shell.connection_opts
end