method

set_basic_auth

ruby latest stable - Class: SOAP::HTTPConfigLoader

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_basic_auth(client, basic_auth)
public

No documentation available.

# File lib/soap/httpconfigloader.rb, line 54
  def set_basic_auth(client, basic_auth)
    basic_auth.values.each do |url, userid, passwd|
      client.set_basic_auth(url, userid, passwd)
    end
  end