method

reset

ruby latest stable - Class: SOAP::HTTPStreamHandler

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

reset(endpoint_url = nil)
public

No documentation available.

# File lib/soap/streamHandler.rb, line 112
  def reset(endpoint_url = nil)
    if endpoint_url.nil?
      @client.reset_all
    else
      @client.reset(endpoint_url)
    end
    @client.save_cookie_store if @cookie_store
  end