Class: NotSupported
- Inherits:
-
RuntimeFault
- Object
- MethodFault
- RuntimeFault
- NotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NotSupported
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 = []) ⇒ NotSupported
constructor
A new instance of NotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NotSupported
Returns a new instance of NotSupported.
29532 29533 29534 29535 |
# File 'lib/vmware/soap/vim25.rb', line 29532 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29530 29531 29532 |
# File 'lib/vmware/soap/vim25.rb', line 29530 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29529 29530 29531 |
# File 'lib/vmware/soap/vim25.rb', line 29529 def dynamicType @dynamicType end |