Class: RunScriptAction
- Inherits:
-
Action
- Object
- DynamicData
- Action
- RunScriptAction
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RunScriptAction
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
script - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#script ⇒ Object
Returns the value of attribute script.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], script = nil) ⇒ RunScriptAction
constructor
A new instance of RunScriptAction.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], script = nil) ⇒ RunScriptAction
Returns a new instance of RunScriptAction.
2810 2811 2812 2813 2814 |
# File 'lib/vmware/soap/vim25.rb', line 2810 def initialize(dynamicType = nil, dynamicProperty = [], script = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @script = script end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2807 2808 2809 |
# File 'lib/vmware/soap/vim25.rb', line 2807 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2806 2807 2808 |
# File 'lib/vmware/soap/vim25.rb', line 2806 def dynamicType @dynamicType end |
#script ⇒ Object
Returns the value of attribute script.
2808 2809 2810 |
# File 'lib/vmware/soap/vim25.rb', line 2808 def script @script end |