Class: DatabaseError
- Inherits:
-
RuntimeFault
- Object
- MethodFault
- RuntimeFault
- DatabaseError
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatabaseError
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 = []) ⇒ DatabaseError
constructor
A new instance of DatabaseError.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ DatabaseError
Returns a new instance of DatabaseError.
29657 29658 29659 29660 |
# File 'lib/vmware/soap/vim25.rb', line 29657 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29655 29656 29657 |
# File 'lib/vmware/soap/vim25.rb', line 29655 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29654 29655 29656 |
# File 'lib/vmware/soap/vim25.rb', line 29654 def dynamicType @dynamicType end |