Flowdock
method

new

Importance_0
v1_8_7_72 - Show latest stable - 0 notes - Class: SOAP::RPC::Driver
new(endpoint_url, namespace = nil, soapaction = nil) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/soap/rpc/driver.rb, line 110
  def initialize(endpoint_url, namespace = nil, soapaction = nil)
    @namespace = namespace
    @soapaction = soapaction
    @options = setup_options
    @wiredump_file_base = nil
    @proxy = Proxy.new(endpoint_url, @soapaction, @options)
  end
Register or log in to add new notes.