Class: RestMan::Request::DefaultSSLCertStore
- Inherits:
-
ActiveMethod::Base
- Object
- ActiveMethod::Base
- RestMan::Request::DefaultSSLCertStore
- Defined in:
- lib/restman/request/default_ssl_cert_store.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
5 6 7 8 9 |
# File 'lib/restman/request/default_ssl_cert_store.rb', line 5 def call cert_store = OpenSSL::X509::Store.new cert_store.set_default_paths cert_store end |