Method: JSS::PatchExternalSource#no_ssl
- Defined in:
- lib/jss/api_object/patch_source/patch_external_source.rb
#no_ssl ⇒ void Also known as: disable_ssl
This method returns an undefined value.
Do not use SSL for connecting to the source host
111 112 113 114 115 |
# File 'lib/jss/api_object/patch_source/patch_external_source.rb', line 111 def no_ssl return unless ssl_enabled? @ssl_enabled = false @need_to_update = true end |