Class: URI::Generic
Instance Method Summary collapse
-
#ssl? ⇒ Boolean
Returns whether the URI hints to SSL.
Instance Method Details
#ssl? ⇒ Boolean
Returns whether the URI hints to SSL.
5 6 7 |
# File 'lib/savon/core_ext/uri.rb', line 5 def ssl? @scheme.starts_with? "https" end |