Class: MethodFault
- Inherits:
-
Object
- Object
- MethodFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MethodFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
InvalidCollectorVersion, InvalidProperty, RuntimeFault, VimFault
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 = []) ⇒ MethodFault
constructor
A new instance of MethodFault.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = []) ⇒ MethodFault
Returns a new instance of MethodFault.
29157 29158 29159 29160 |
# File 'lib/vmware/soap/vim25.rb', line 29157 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29155 29156 29157 |
# File 'lib/vmware/soap/vim25.rb', line 29155 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29154 29155 29156 |
# File 'lib/vmware/soap/vim25.rb', line 29154 def dynamicType @dynamicType end |