Method: Addressable::URI#port

Defined in:
lib/addressable/uri.rb

#portInteger

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.

Returns:

  • (Integer)

    The port component.



1386
1387
1388
# File 'lib/addressable/uri.rb', line 1386

def port
  @port
end