StandardError
# File xmlrpc/parser.rb, line 59 def initialize(faultCode, faultString) @faultCode = faultCode @faultString = faultString end
returns a hash
# File xmlrpc/parser.rb, line 65 def to_h {"faultCode" => @faultCode, "faultString" => @faultString} end
This page was generated for Ruby 1.9.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with the Rubydoc Rdoc Generator 0.9.3.