Method: Gem::Net::HTTP#ca_path

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

#ca_pathObject

Sets or returns the path of to CA directory containing certification files in PEM format.



1545
1546
1547
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1545

def ca_path
  @ca_path
end