Class: ProductComponentInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ProductComponentInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ProductComponentInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPString
name - SOAP::SOAPString
version - SOAP::SOAPString
release - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#release ⇒ Object
Returns the value of attribute release.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, name = nil, version = nil, release = nil) ⇒ ProductComponentInfo
constructor
A new instance of ProductComponentInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, name = nil, version = nil, release = nil) ⇒ ProductComponentInfo
Returns a new instance of ProductComponentInfo.
2160 2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/vmware/soap/vim25.rb', line 2160 def initialize(dynamicType = nil, dynamicProperty = [], id = nil, name = nil, version = nil, release = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @id = id @name = name @version = version @release = release end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2154 2155 2156 |
# File 'lib/vmware/soap/vim25.rb', line 2154 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2153 2154 2155 |
# File 'lib/vmware/soap/vim25.rb', line 2153 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
2155 2156 2157 |
# File 'lib/vmware/soap/vim25.rb', line 2155 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
2156 2157 2158 |
# File 'lib/vmware/soap/vim25.rb', line 2156 def name @name end |
#release ⇒ Object
Returns the value of attribute release.
2158 2159 2160 |
# File 'lib/vmware/soap/vim25.rb', line 2158 def release @release end |
#version ⇒ Object
Returns the value of attribute version.
2157 2158 2159 |
# File 'lib/vmware/soap/vim25.rb', line 2157 def version @version end |