Method: Addressable::URI#password

Defined in:
lib/addressable/uri.rb

#passwordString

The password component for this URI.

Returns:

  • (String)

    The password component.



996
997
998
# File 'lib/addressable/uri.rb', line 996

def password
  @password
end