Exception: VimSdk::SoapError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_vim_sdk/soap_exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, fault) ⇒ SoapError

Returns a new instance of SoapError.



6
7
8
9
# File 'lib/ruby_vim_sdk/soap_exception.rb', line 6

def initialize(message, fault)
  super(message)
  @fault = fault
end

Instance Attribute Details

#faultObject (readonly)

Returns the value of attribute fault.



4
5
6
# File 'lib/ruby_vim_sdk/soap_exception.rb', line 4

def fault
  @fault
end