Method: HostDevice#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, deviceType = nil) ⇒ HostDevice
Returns a new instance of HostDevice.
18266 18267 18268 18269 18270 18271 |
# File 'lib/vmware/soap/vim25.rb', line 18266 def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, deviceType = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @deviceName = deviceName @deviceType = deviceType end |