In Files

Parent

Methods

Files

Class Index [+]

Quicksearch

SOAP::FaultError

Attributes

faultcode[R]
faultstring[R]
faultactor[R]
detail[RW]

Public Class Methods

new(fault) click to toggle source
     # 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

Public Instance Methods

to_s() click to toggle source
     # 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.