Class: Net::HTTP
- Inherits:
-
Object
- Object
- Net::HTTP
- Defined in:
- lib/occi/api/client/http/monkey_patches/net_http_fix.rb
Constant Summary collapse
- SSL_IVNAMES =
For Rubies 2.0.x
SSL_IVNAMES.concat [:@extra_chain_cert]
- SSL_ATTRIBUTES =
For Rubies 1.9.x
SSL_ATTRIBUTES.concat %w(extra_chain_cert)
Instance Attribute Summary collapse
-
#extra_chain_cert ⇒ Object
Returns the value of attribute extra_chain_cert.
Instance Attribute Details
#extra_chain_cert ⇒ Object
Returns the value of attribute extra_chain_cert.
15 16 17 |
# File 'lib/occi/api/client/http/monkey_patches/net_http_fix.rb', line 15 def extra_chain_cert @extra_chain_cert end |