StandardError
# File xmlrpc/parser.rb, line 57 def initialize(faultCode, faultString) @faultCode = faultCode @faultString = faultString super(@faultString) end
returns a hash
# File xmlrpc/parser.rb, line 64 def to_h {"faultCode" => @faultCode, "faultString" => @faultString} end
This page was generated for Ruby 1.9.3
Ruby-doc.org is managed by James Britt and Neurogami. Live curious.
Generated with the Rubydoc Rdoc Generator 0.9.4.