Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
user=(new_user)
public
Changes the user for the Basic Authentication header to new_user
# File lib/xmlrpc/client.rb, line 218
def user=(new_user)
@user = new_user
set_auth
end