Method: Mechanize::HTTP::Agent#private_key

Defined in:
lib/mechanize/http/agent.rb

#private_keyObject

An OpenSSL private key or the path to a private key


1189
1190
1191
# File 'lib/mechanize/http/agent.rb', line 1189

def private_key
  @http.private_key
end