class Addressable::URI

def host

Returns:
  • (String) - The host component.
def host
  return defined?(@host) ? @host : nil
end