Class: CustomizationOptions
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationOptions
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationOptions
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
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 = []) ⇒ CustomizationOptions
constructor
A new instance of CustomizationOptions.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ CustomizationOptions
Returns a new instance of CustomizationOptions.
24680 24681 24682 24683 |
# File 'lib/vmware/soap/vim25.rb', line 24680 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24678 24679 24680 |
# File 'lib/vmware/soap/vim25.rb', line 24678 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24677 24678 24679 |
# File 'lib/vmware/soap/vim25.rb', line 24677 def dynamicType @dynamicType end |