Class: TaskDescription
- Inherits:
-
DynamicData
- Object
- DynamicData
- TaskDescription
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TaskDescription
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
methodInfo - ElementDescription
state - ElementDescription
reason - TypeDescription
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#methodInfo ⇒ Object
Returns the value of attribute methodInfo.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], methodInfo = [], state = [], reason = []) ⇒ TaskDescription
constructor
A new instance of TaskDescription.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], methodInfo = [], state = [], reason = []) ⇒ TaskDescription
Returns a new instance of TaskDescription.
2337 2338 2339 2340 2341 2342 2343 |
# File 'lib/vmware/soap/vim25.rb', line 2337 def initialize(dynamicType = nil, dynamicProperty = [], methodInfo = [], state = [], reason = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @methodInfo = methodInfo @state = state @reason = reason end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2332 2333 2334 |
# File 'lib/vmware/soap/vim25.rb', line 2332 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2331 2332 2333 |
# File 'lib/vmware/soap/vim25.rb', line 2331 def dynamicType @dynamicType end |
#methodInfo ⇒ Object
Returns the value of attribute methodInfo.
2333 2334 2335 |
# File 'lib/vmware/soap/vim25.rb', line 2333 def methodInfo @methodInfo end |
#reason ⇒ Object
Returns the value of attribute reason.
2335 2336 2337 |
# File 'lib/vmware/soap/vim25.rb', line 2335 def reason @reason end |
#state ⇒ Object
Returns the value of attribute state.
2334 2335 2336 |
# File 'lib/vmware/soap/vim25.rb', line 2334 def state @state end |