Class: ExtensionResourceInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ExtensionResourceInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtensionResourceInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
locale - SOAP::SOAPString
m_module - SOAP::SOAPString
data - KeyValue
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#locale ⇒ Object
Returns the value of attribute locale.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], locale = nil, v_module = nil, data = []) ⇒ ExtensionResourceInfo
constructor
A new instance of ExtensionResourceInfo.
- #m_module ⇒ Object
- #m_module=(value) ⇒ Object
Constructor Details
permalink #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 |
Instance Attribute Details
permalink #data ⇒ Object
Returns the value of attribute data.
1303 1304 1305 |
# File 'lib/vmware/soap/vim25.rb', line 1303 def data @data end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1301 1302 1303 |
# File 'lib/vmware/soap/vim25.rb', line 1301 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1300 1301 1302 |
# File 'lib/vmware/soap/vim25.rb', line 1300 def dynamicType @dynamicType end |
permalink #locale ⇒ Object
Returns the value of attribute locale.
1302 1303 1304 |
# File 'lib/vmware/soap/vim25.rb', line 1302 def locale @locale end |
Instance Method Details
permalink #m_module ⇒ Object
[View source]
1305 1306 1307 |
# File 'lib/vmware/soap/vim25.rb', line 1305 def m_module @v_module end |
permalink #m_module=(value) ⇒ Object
[View source]
1309 1310 1311 |
# File 'lib/vmware/soap/vim25.rb', line 1309 def m_module=(value) @v_module = value end |