Class: SystemError
- Inherits:
-
RuntimeFault
- Object
- MethodFault
- RuntimeFault
- SystemError
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SystemError
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
reason - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], reason = nil) ⇒ SystemError
constructor
A new instance of SystemError.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], reason = nil) ⇒ SystemError
Returns a new instance of SystemError.
29624 29625 29626 29627 29628 |
# File 'lib/vmware/soap/vim25.rb', line 29624 def initialize(dynamicType = nil, dynamicProperty = [], reason = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @reason = reason end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29621 29622 29623 |
# File 'lib/vmware/soap/vim25.rb', line 29621 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29620 29621 29622 |
# File 'lib/vmware/soap/vim25.rb', line 29620 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
29622 29623 29624 |
# File 'lib/vmware/soap/vim25.rb', line 29622 def reason @reason end |