Method: Gem::Net::HTTP#cert

Defined in:
lib/rubygems/vendor/net-http/lib/net/http.rb

#certObject

Sets or returns the OpenSSL::X509::Certificate object to be used for client certification.



1549
1550
1551
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1549

def cert
  @cert
end