Class: TaskReason
- Inherits:
-
DynamicData
- Object
- DynamicData
- TaskReason
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TaskReason
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
TaskReasonAlarm, TaskReasonSchedule, TaskReasonSystem, TaskReasonUser
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 = []) ⇒ TaskReason
constructor
A new instance of TaskReason.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ TaskReason
Returns a new instance of TaskReason.
2511 2512 2513 2514 |
# File 'lib/vmware/soap/vim25.rb', line 2511 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2509 2510 2511 |
# File 'lib/vmware/soap/vim25.rb', line 2509 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2508 2509 2510 |
# File 'lib/vmware/soap/vim25.rb', line 2508 def dynamicType @dynamicType end |