Class: CustomizationPrefixName
- Inherits:
-
CustomizationName
- Object
- DynamicData
- CustomizationName
- CustomizationPrefixName
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationPrefixName
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
base - SOAP::SOAPString
Instance Attribute Summary collapse
-
#base ⇒ Object
Returns the value of attribute base.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], base = nil) ⇒ CustomizationPrefixName
constructor
A new instance of CustomizationPrefixName.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], base = nil) ⇒ CustomizationPrefixName
Returns a new instance of CustomizationPrefixName.
24605 24606 24607 24608 24609 |
# File 'lib/vmware/soap/vim25.rb', line 24605 def initialize(dynamicType = nil, dynamicProperty = [], base = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @base = base end |
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base.
24603 24604 24605 |
# File 'lib/vmware/soap/vim25.rb', line 24603 def base @base end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24602 24603 24604 |
# File 'lib/vmware/soap/vim25.rb', line 24602 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24601 24602 24603 |
# File 'lib/vmware/soap/vim25.rb', line 24601 def dynamicType @dynamicType end |