Class: ToolsUnavailable
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- ToolsUnavailable
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ToolsUnavailable
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 = []) ⇒ ToolsUnavailable
constructor
A new instance of ToolsUnavailable.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ ToolsUnavailable
Returns a new instance of ToolsUnavailable.
32106 32107 32108 32109 |
# File 'lib/vmware/soap/vim25.rb', line 32106 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32104 32105 32106 |
# File 'lib/vmware/soap/vim25.rb', line 32104 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32103 32104 32105 |
# File 'lib/vmware/soap/vim25.rb', line 32103 def dynamicType @dynamicType end |