Class: ExtensionTaskTypeInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ExtensionTaskTypeInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtensionTaskTypeInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
taskID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#taskID ⇒ Object
Returns the value of attribute taskID.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], taskID = nil) ⇒ ExtensionTaskTypeInfo
constructor
A new instance of ExtensionTaskTypeInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], taskID = nil) ⇒ ExtensionTaskTypeInfo
Returns a new instance of ExtensionTaskTypeInfo.
1235 1236 1237 1238 1239 |
# File 'lib/vmware/soap/vim25.rb', line 1235 def initialize(dynamicType = nil, dynamicProperty = [], taskID = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @taskID = taskID end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1232 1233 1234 |
# File 'lib/vmware/soap/vim25.rb', line 1232 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1231 1232 1233 |
# File 'lib/vmware/soap/vim25.rb', line 1231 def dynamicType @dynamicType end |
#taskID ⇒ Object
Returns the value of attribute taskID.
1233 1234 1235 |
# File 'lib/vmware/soap/vim25.rb', line 1233 def taskID @taskID end |