SOAP::Error
# File lib/soap/soap.rb, line 100 def initialize(fault) @faultcode = fault.faultcode @faultstring = fault.faultstring @faultactor = fault.faultactor @detail = fault.detail super(self.to_s) end
# File lib/soap/soap.rb, line 108 def to_s str = nil if @faultstring and @faultstring.respond_to?('data') str = @faultstring.data end str || '(No faultstring)' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.