Method: VirtualPointingDeviceBackingOption#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, hostPointingDevice = nil) ⇒ VirtualPointingDeviceBackingOption
Returns a new instance of VirtualPointingDeviceBackingOption.
27378 27379 27380 27381 27382 27383 27384 |
# File 'lib/vmware/soap/vim25.rb', line 27378 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, hostPointingDevice = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable @hostPointingDevice = hostPointingDevice end |