Method: Addressable::URI#host

Defined in:
lib/addressable/uri.rb

#hostString

The host component for this URI.

Returns:

  • (String)

    The host component.



1120
1121
1122
# File 'lib/addressable/uri.rb', line 1120

def host
  @host
end