Class: Puma::MiniSSL::Context
- Inherits:
-
Object
- Object
- Puma::MiniSSL::Context
- Defined in:
- lib/puma/minissl.rb
Instance Attribute Summary collapse
-
#cert ⇒ Object
Returns the value of attribute cert.
-
#key ⇒ Object
Returns the value of attribute key.
-
#verify_mode ⇒ Object
Returns the value of attribute verify_mode.
Instance Attribute Details
#cert ⇒ Object
Returns the value of attribute cert.
87 88 89 |
# File 'lib/puma/minissl.rb', line 87 def cert @cert end |
#key ⇒ Object
Returns the value of attribute key.
86 87 88 |
# File 'lib/puma/minissl.rb', line 86 def key @key end |
#verify_mode ⇒ Object
Returns the value of attribute verify_mode.
84 85 86 |
# File 'lib/puma/minissl.rb', line 84 def verify_mode @verify_mode end |