to_h()
returns a hash
# File lib/xmlrpc/parser.rb, line 64 def to_h {"faultCode" => @faultCode, "faultString" => @faultString} end