Class: Action
- Inherits:
-
DynamicData
- Object
- DynamicData
- Action
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25Action
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
CreateTaskAction, MethodAction, RunScriptAction, SendEmailAction, SendSNMPAction
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 = []) ⇒ Action
constructor
A new instance of Action.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ Action
Returns a new instance of Action.
2738 2739 2740 2741 |
# File 'lib/vmware/soap/vim25.rb', line 2738 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2736 2737 2738 |
# File 'lib/vmware/soap/vim25.rb', line 2736 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2735 2736 2737 |
# File 'lib/vmware/soap/vim25.rb', line 2735 def dynamicType @dynamicType end |