Method: Addressable::URI#path

Defined in:
lib/addressable/uri.rb

#pathString

The path component for this URI.

Returns:

  • (String)

    The path component.



1528
1529
1530
# File 'lib/addressable/uri.rb', line 1528

def path
  @path
end