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