Class: UnexpectedFault
- Inherits:
-
RuntimeFault
- Object
- MethodFault
- RuntimeFault
- UnexpectedFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnexpectedFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
faultName - SOAP::SOAPString
fault - LocalizedMethodFault
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fault ⇒ Object
Returns the value of attribute fault.
-
#faultName ⇒ Object
Returns the value of attribute faultName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], faultName = nil, fault = nil) ⇒ UnexpectedFault
constructor
A new instance of UnexpectedFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], faultName = nil, fault = nil) ⇒ UnexpectedFault
Returns a new instance of UnexpectedFault.
29642 29643 29644 29645 29646 29647 |
# File 'lib/vmware/soap/vim25.rb', line 29642 def initialize(dynamicType = nil, dynamicProperty = [], faultName = nil, fault = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @faultName = faultName @fault = fault end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29638 29639 29640 |
# File 'lib/vmware/soap/vim25.rb', line 29638 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29637 29638 29639 |
# File 'lib/vmware/soap/vim25.rb', line 29637 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
29640 29641 29642 |
# File 'lib/vmware/soap/vim25.rb', line 29640 def fault @fault end |
#faultName ⇒ Object
Returns the value of attribute faultName.
29639 29640 29641 |
# File 'lib/vmware/soap/vim25.rb', line 29639 def faultName @faultName end |