Method: Handsoap::Http::Request#set_trust_ca_file
- Defined in:
- lib/handsoap/http/request.rb
#set_trust_ca_file(ca_file) ⇒ Object
21 22 23 |
# File 'lib/handsoap/http/request.rb', line 21 def set_trust_ca_file(ca_file) @trust_ca_file = ca_file end |