Flowdock
method

set_cookie_store_file

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::HTTPStreamHandler
set_cookie_store_file(value) private

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 145
  def set_cookie_store_file(value)
    value = nil if value and value.empty?
    @cookie_store = value
    @client.set_cookie_store(@cookie_store) if @cookie_store
  end
Register or log in to add new notes.