Exception: VimSdk::SoapException
- Inherits:
-
Exception
- Object
- Exception
- VimSdk::SoapException
- Defined in:
- lib/ruby_vim_sdk/soap_exception.rb
Instance Attribute Summary collapse
-
#fault ⇒ Object
readonly
Returns the value of attribute fault.
Instance Method Summary collapse
-
#initialize(message, fault) ⇒ SoapException
constructor
A new instance of SoapException.
Constructor Details
#initialize(message, fault) ⇒ SoapException
Returns a new instance of SoapException.
6 7 8 9 |
# File 'lib/ruby_vim_sdk/soap_exception.rb', line 6 def initialize(, fault) super() @fault = fault end |
Instance Attribute Details
#fault ⇒ Object (readonly)
Returns the value of attribute fault.
4 5 6 |
# File 'lib/ruby_vim_sdk/soap_exception.rb', line 4 def fault @fault end |