Method: Addressable::URI#scheme

Defined in:
lib/addressable/uri.rb

#schemeString

The scheme component for this URI.

Returns:

  • (String)

    The scheme component.



890
891
892
# File 'lib/addressable/uri.rb', line 890

def scheme
  @scheme
end