password=(password)
Instance Public methods
Args
- v
-
String
Description
public setter for the password
component. (with validation)
see also URI::Generic.check_password
Usage
1 2 3 4 5 6 7 | require 'uri' uri.password = "V3ry_S3nsit1ve" # => "V3ry_S3nsit1ve" uri #=> #<URI::HTTP:0x00000000881d90 URL:http://john:V3ry_S3nsit1ve@my.example.com> |
Please login to continue.