Class: HTTPI::Auth::SSL
- Inherits:
-
Object
- Object
- HTTPI::Auth::SSL
- Defined in:
- lib/emmy_extends/httpi.rb
Overview
TLS FIX:
Instance Attribute Summary collapse
-
#ssl_version ⇒ Object
writeonly
Sets the attribute ssl_version.
Instance Attribute Details
#ssl_version=(value) ⇒ Object (writeonly)
Sets the attribute ssl_version
6 7 8 |
# File 'lib/emmy_extends/httpi.rb', line 6 def ssl_version=(value) @ssl_version = value end |