Method: Savon::GlobalOptions#ssl_ciphers

Defined in:
lib/savon/options.rb

#ssl_ciphers(ciphers) ⇒ Object



299
300
301
# File 'lib/savon/options.rb', line 299

def ssl_ciphers(ciphers)
  @options[:ssl_ciphers] = ciphers
end