Method: NotSupportedHost#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], productName = nil, productVersion = nil) ⇒ NotSupportedHost
Returns a new instance of NotSupportedHost.
30442 30443 30444 30445 30446 30447 |
# File 'lib/vmware/soap/vim25.rb', line 30442 def initialize(dynamicType = nil, dynamicProperty = [], productName = nil, productVersion = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @productName = productName @productVersion = productVersion end |