Sha256: d38b04864f4a138afe3eb4218633f4758c00ec158821c91638e60920962c7aef
Contents?: true
Size: 296 Bytes
Versions: 14
Compression:
Stored size: 296 Bytes
Contents
module Dummy class WinRMTransport attr_reader :httpcli def initialize @httpcli = HTTPClient.new end end class Connection attr_reader :transport attr_accessor :logger def initialize @transport = WinRMTransport.new end def shell; end end end
Version data entries
14 entries across 14 versions & 1 rubygems