Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > xmlrpc/clientライブラリ > XMLRPC::Clientクラス > new3

singleton method XMLRPC::Client.new3

new3(hash={})
new_from_hash(hash={})

Parameter hash has following case-insensitive keys:

  • host
  • path
  • port
  • proxy_host
  • proxy_port
  • user
  • password
  • use_ssl
  • timeout

Calls XMLRPC::Client.new with the corresponding values.

class XMLRPC::Client