SOAP::Error
# File lib/soap/soap.rb, line 100 100: def initialize(fault) 101: @faultcode = fault.faultcode 102: @faultstring = fault.faultstring 103: @faultactor = fault.faultactor 104: @detail = fault.detail 105: super(self.to_s) 106: end
# File lib/soap/soap.rb, line 108 108: def to_s 109: str = nil 110: if @faultstring and @faultstring.respond_to?('data') 111: str = @faultstring.data 112: end 113: str || '(No faultstring)' 114: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.