Method: VagrantWindows::Communication::GuestNetwork#initialize

Defined in:
lib/vagrant-windows/communication/guestnetwork.rb

#initialize(winrmshell) ⇒ GuestNetwork



18
19
20
21
22
# File 'lib/vagrant-windows/communication/guestnetwork.rb', line 18

def initialize(winrmshell)
  @logger = Log4r::Logger.new("vagrant_windows::communication::winrmshell")
  @logger.debug("initializing WinRMShell")
  @winrmshell = winrmshell
end