Method: AboutInfo#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, fullName = nil, vendor = nil, version = nil, build = nil, localeVersion = nil, localeBuild = nil, osType = nil, productLineId = nil, apiType = nil, apiVersion = nil) ⇒ AboutInfo
Returns a new instance of AboutInfo.
332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'lib/vmware/soap/vim25.rb', line 332 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, fullName = nil, vendor = nil, version = nil, build = nil, localeVersion = nil, localeBuild = nil, osType = nil, productLineId = nil, apiType = nil, apiVersion = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @fullName = fullName @vendor = vendor @version = version @build = build @localeVersion = localeVersion @localeBuild = localeBuild @osType = osType @productLineId = productLineId @apiType = apiType @apiVersion = apiVersion end |