Class: CustomizationSpecItem
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationSpecItem
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationSpecItem
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
info - CustomizationSpecInfo
spec - CustomizationSpec
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#info ⇒ Object
Returns the value of attribute info.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], info = nil, spec = nil) ⇒ CustomizationSpecItem
constructor
A new instance of CustomizationSpecItem.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], info = nil, spec = nil) ⇒ CustomizationSpecItem
Returns a new instance of CustomizationSpecItem.
768 769 770 771 772 773 |
# File 'lib/vmware/soap/vim25.rb', line 768 def initialize(dynamicType = nil, dynamicProperty = [], info = nil, spec = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @info = info @spec = spec end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
764 765 766 |
# File 'lib/vmware/soap/vim25.rb', line 764 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
763 764 765 |
# File 'lib/vmware/soap/vim25.rb', line 763 def dynamicType @dynamicType end |
#info ⇒ Object
Returns the value of attribute info.
765 766 767 |
# File 'lib/vmware/soap/vim25.rb', line 765 def info @info end |
#spec ⇒ Object
Returns the value of attribute spec.
766 767 768 |
# File 'lib/vmware/soap/vim25.rb', line 766 def spec @spec end |