Class: TaskReasonUser
- Inherits:
-
TaskReason
- Object
- DynamicData
- TaskReason
- TaskReasonUser
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TaskReasonUser
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
userName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], userName = nil) ⇒ TaskReasonUser
constructor
A new instance of TaskReasonUser.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], userName = nil) ⇒ TaskReasonUser
Returns a new instance of TaskReasonUser.
2539 2540 2541 2542 2543 |
# File 'lib/vmware/soap/vim25.rb', line 2539 def initialize(dynamicType = nil, dynamicProperty = [], userName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @userName = userName end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2536 2537 2538 |
# File 'lib/vmware/soap/vim25.rb', line 2536 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2535 2536 2537 |
# File 'lib/vmware/soap/vim25.rb', line 2535 def dynamicType @dynamicType end |
#userName ⇒ Object
Returns the value of attribute userName.
2537 2538 2539 |
# File 'lib/vmware/soap/vim25.rb', line 2537 def userName @userName end |