method

set_cookie_store_file

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.

set_cookie_store_file(value)
private

No documentation available.

# 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