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.
password=(new_password)
public
Changes the password for the Basic Authentication header to
new_password
# File lib/xmlrpc/client.rb, line 225
def password=(new_password)
@password = new_password
set_auth
end