From 5800df96a9d931992214c88151acbed2b5f0eb87 Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Thu, 17 Nov 2016 17:56:06 -0700 Subject: [PATCH] Fix setting a class property variable --- lib/vSphere/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vSphere/config.rb b/lib/vSphere/config.rb index 435f5a0f..eb5b7548 100644 --- a/lib/vSphere/config.rb +++ b/lib/vSphere/config.rb @@ -136,7 +136,7 @@ def initialize(serial_port_config) attr_reader :custom_attributes def initialize - wait_for_customization_timeout = 600 + @wait_for_customization_timeout = 600 @destroy_unused_network_interfaces = UNSET_VALUE @destroy_unused_serial_ports = UNSET_VALUE @network_adapters = {}