class RbVmomi::Fault
Attributes
Public Class Methods
Source
# File lib/rbvmomi/fault.rb, line 9 def initialize msg, fault super "#{fault.class.wsdl_name}: #{msg}" @fault = fault end
Calls superclass method
Public Instance Methods
Source
# File lib/rbvmomi/fault.rb, line 14 def method_missing *a @fault.send(*a) end