XMLRPC.MethodCall

struct defining an xml-rpc call (note array of params)

Source

Types

t :: %XMLRPC.MethodCall{method_name: String.t, params: [XMLRPC.t]}