Flowdock
method

reset

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: SOAP::HTTPStreamHandler
reset(endpoint_url = nil) public

No documentation

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

Hide source
# 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
Register or log in to add new notes.