Class: AboutInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- AboutInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AboutInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
fullName - SOAP::SOAPString
vendor - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
localeVersion - SOAP::SOAPString
localeBuild - SOAP::SOAPString
osType - SOAP::SOAPString
productLineId - SOAP::SOAPString
apiType - SOAP::SOAPString
apiVersion - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiType ⇒ Object
Returns the value of attribute apiType.
-
#apiVersion ⇒ Object
Returns the value of attribute apiVersion.
-
#build ⇒ Object
Returns the value of attribute build.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullName ⇒ Object
Returns the value of attribute fullName.
-
#localeBuild ⇒ Object
Returns the value of attribute localeBuild.
-
#localeVersion ⇒ Object
Returns the value of attribute localeVersion.
-
#name ⇒ Object
Returns the value of attribute name.
-
#osType ⇒ Object
Returns the value of attribute osType.
-
#productLineId ⇒ Object
Returns the value of attribute productLineId.
-
#vendor ⇒ Object
Returns the value of attribute vendor.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of AboutInfo.
Constructor Details
#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 |
Instance Attribute Details
#apiType ⇒ Object
Returns the value of attribute apiType.
329 330 331 |
# File 'lib/vmware/soap/vim25.rb', line 329 def apiType @apiType end |
#apiVersion ⇒ Object
Returns the value of attribute apiVersion.
330 331 332 |
# File 'lib/vmware/soap/vim25.rb', line 330 def apiVersion @apiVersion end |
#build ⇒ Object
Returns the value of attribute build.
324 325 326 |
# File 'lib/vmware/soap/vim25.rb', line 324 def build @build end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
319 320 321 |
# File 'lib/vmware/soap/vim25.rb', line 319 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
318 319 320 |
# File 'lib/vmware/soap/vim25.rb', line 318 def dynamicType @dynamicType end |
#fullName ⇒ Object
Returns the value of attribute fullName.
321 322 323 |
# File 'lib/vmware/soap/vim25.rb', line 321 def fullName @fullName end |
#localeBuild ⇒ Object
Returns the value of attribute localeBuild.
326 327 328 |
# File 'lib/vmware/soap/vim25.rb', line 326 def localeBuild @localeBuild end |
#localeVersion ⇒ Object
Returns the value of attribute localeVersion.
325 326 327 |
# File 'lib/vmware/soap/vim25.rb', line 325 def localeVersion @localeVersion end |
#name ⇒ Object
Returns the value of attribute name.
320 321 322 |
# File 'lib/vmware/soap/vim25.rb', line 320 def name @name end |
#osType ⇒ Object
Returns the value of attribute osType.
327 328 329 |
# File 'lib/vmware/soap/vim25.rb', line 327 def osType @osType end |
#productLineId ⇒ Object
Returns the value of attribute productLineId.
328 329 330 |
# File 'lib/vmware/soap/vim25.rb', line 328 def productLineId @productLineId end |
#vendor ⇒ Object
Returns the value of attribute vendor.
322 323 324 |
# File 'lib/vmware/soap/vim25.rb', line 322 def vendor @vendor end |
#version ⇒ Object
Returns the value of attribute version.
323 324 325 |
# File 'lib/vmware/soap/vim25.rb', line 323 def version @version end |