Method: MissingController#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ MissingController

Returns a new instance of MissingController.



32567
32568
32569
32570
32571
32572
# File 'lib/vmware/soap/vim25.rb', line 32567

def initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @property = property
  @deviceIndex = deviceIndex
end