Class: Net::HTTP
- Inherits:
-
Object
- Object
- Net::HTTP
- Defined in:
- lib/occi/api/client/http/net_http_fix.rb
Constant Summary collapse
- SSL_ATTRIBUTES =
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.
14 15 16 |
# File 'lib/occi/api/client/http/net_http_fix.rb', line 14 def extra_chain_cert @extra_chain_cert end |