Method: WinRM::Shells::Base#transport
- Defined in:
- lib/winrm/shells/base.rb
#transport ⇒ WinRM::HTTP::HttpTransport (readonly)
Returns transport used to talk with endpoint.
63 64 65 |
# File 'lib/winrm/shells/base.rb', line 63 def transport @transport end |