Method: Windows::Host#initialize

Defined in:
lib/beaker/host/windows.rb

#initialize(name, host_hash, options) ⇒ Host

Returns a new instance of Host.



47
48
49
50
51
52
53
# File 'lib/beaker/host/windows.rb', line 47

def initialize name, host_hash, options
  super

  @ssh_server         = nil
  @scp_separator      = '\\'
  @external_copy_base = nil
end