るりまサーチ

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.008秒)
トップページ > クエリ:xmlrpc/config[x]

別のキーワード

  1. xmlrpc
  2. news for ruby 2.1.0 xmlrpc
  3. news for ruby 2.2.0 xmlrpc

検索結果

xmlrpc (6.0)

XML-RPC を扱うためのライブラリです。

...then you have to call the <i>set_parser</i> method of
XMLRPC::Client instances or instances of subclasses of
XMLRPC::BasicServer or by editing xmlrpc/config.rb.

Client Example:

require 'xmlrpc/client'
# ...
server = XMLRPC::Client.new( "xmlrpc-c.sourceforge.net", "/api/sample.php")
serve...