Method: Addressable::URI#port
- Defined in:
- lib/addressable/uri.rb
#port ⇒ Integer
The port component for this URI. This is the port number actually given in the URI. This does not infer port numbers from default values.
1386 1387 1388 |
# File 'lib/addressable/uri.rb', line 1386 def port @port end |