Class: Mechanize
- Inherits:
-
Object
- Object
- Mechanize
- Defined in:
- lib/monkey-patches/mechanize-patches.rb
Instance Method Summary collapse
Instance Method Details
#set_ssl_client_certification(clientcert, clientkey) ⇒ Object
3 4 5 |
# File 'lib/monkey-patches/mechanize-patches.rb', line 3 def set_ssl_client_certification(clientcert, clientkey) @cert, @key = clientcert, clientkey end |