method
new
v1_8_7_72 -
Show latest stable
- Class:
SOAP::FaultError
new(fault)public
No documentation available.
# File lib/soap/soap.rb, line 89
def initialize(fault)
@faultcode = fault.faultcode
@faultstring = fault.faultstring
@faultactor = fault.faultactor
@detail = fault.detail
super(self.to_s)
end