Class: Vagrant::Machine

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-windows/monkey_patches/machine.rb

Instance Method Summary collapse

Instance Method Details

#winrmObject



20
21
22
# File 'lib/vagrant-windows/monkey_patches/machine.rb', line 20

def winrm
  @winrm ||= WinRM.new(self)
end