Class: TaskReasonSystem
- Inherits:
-
TaskReason
- Object
- DynamicData
- TaskReason
- TaskReasonSystem
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TaskReasonSystem
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ TaskReasonSystem
constructor
A new instance of TaskReasonSystem.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ TaskReasonSystem
Returns a new instance of TaskReasonSystem.
2524 2525 2526 2527 |
# File 'lib/vmware/soap/vim25.rb', line 2524 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2522 2523 2524 |
# File 'lib/vmware/soap/vim25.rb', line 2522 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2521 2522 2523 |
# File 'lib/vmware/soap/vim25.rb', line 2521 def dynamicType @dynamicType end |