Class: VolumeEditorError
- Inherits:
-
CustomizationFault
- Object
- MethodFault
- VimFault
- CustomizationFault
- VolumeEditorError
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VolumeEditorError
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
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 = []) ⇒ VolumeEditorError
constructor
A new instance of VolumeEditorError.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ VolumeEditorError
Returns a new instance of VolumeEditorError.
29922 29923 29924 29925 |
# File 'lib/vmware/soap/vim25.rb', line 29922 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29920 29921 29922 |
# File 'lib/vmware/soap/vim25.rb', line 29920 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29919 29920 29921 |
# File 'lib/vmware/soap/vim25.rb', line 29919 def dynamicType @dynamicType end |