Class: CustomizationGuiRunOnce
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationGuiRunOnce
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationGuiRunOnce
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
commandList - SOAP::SOAPString
Instance Attribute Summary collapse
-
#commandList ⇒ Object
Returns the value of attribute commandList.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], commandList = []) ⇒ CustomizationGuiRunOnce
constructor
A new instance of CustomizationGuiRunOnce.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], commandList = []) ⇒ CustomizationGuiRunOnce
Returns a new instance of CustomizationGuiRunOnce.
24780 24781 24782 24783 24784 |
# File 'lib/vmware/soap/vim25.rb', line 24780 def initialize(dynamicType = nil, dynamicProperty = [], commandList = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @commandList = commandList end |
Instance Attribute Details
#commandList ⇒ Object
Returns the value of attribute commandList.
24778 24779 24780 |
# File 'lib/vmware/soap/vim25.rb', line 24778 def commandList @commandList end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24777 24778 24779 |
# File 'lib/vmware/soap/vim25.rb', line 24777 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24776 24777 24778 |
# File 'lib/vmware/soap/vim25.rb', line 24776 def dynamicType @dynamicType end |