Method: ExtensionResourceInfo#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], locale = nil, v_module = nil, data = []) ⇒ ExtensionResourceInfo
Returns a new instance of ExtensionResourceInfo.
1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/vmware/soap/vim25.rb', line 1313 def initialize(dynamicType = nil, dynamicProperty = [], locale = nil, v_module = nil, data = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @locale = locale @v_module = v_module @data = data end |