Class: LogPorter::Server::TLSConfig
- Inherits:
-
Struct
- Object
- Struct
- LogPorter::Server::TLSConfig
- Defined in:
- lib/logporter/server.rb
Overview
Create a new class called ‘TLSConfig’ which simply acts as a data structure.
Instance Attribute Summary collapse
-
#cert_chain_file ⇒ Object
Returns the value of attribute cert_chain_file.
-
#private_key_file ⇒ Object
Returns the value of attribute private_key_file.
-
#verify_peer ⇒ Object
Returns the value of attribute verify_peer.
Instance Attribute Details
#cert_chain_file ⇒ Object
Returns the value of attribute cert_chain_file
9 10 11 |
# File 'lib/logporter/server.rb', line 9 def cert_chain_file @cert_chain_file end |
#private_key_file ⇒ Object
Returns the value of attribute private_key_file
9 10 11 |
# File 'lib/logporter/server.rb', line 9 def private_key_file @private_key_file end |
#verify_peer ⇒ Object
Returns the value of attribute verify_peer
9 10 11 |
# File 'lib/logporter/server.rb', line 9 def verify_peer @verify_peer end |