Class: LogPorter::Server::TLSConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/logporter/server.rb

Overview

Create a new class called ‘TLSConfig’ which simply acts as a data structure.

Instance Attribute Summary collapse

Instance Attribute Details

#cert_chain_fileObject

Returns the value of attribute cert_chain_file

Returns:

  • (Object)

    the current value of cert_chain_file



9
10
11
# File 'lib/logporter/server.rb', line 9

def cert_chain_file
  @cert_chain_file
end

#private_key_fileObject

Returns the value of attribute private_key_file

Returns:

  • (Object)

    the current value of private_key_file



9
10
11
# File 'lib/logporter/server.rb', line 9

def private_key_file
  @private_key_file
end

#verify_peerObject

Returns the value of attribute verify_peer

Returns:

  • (Object)

    the current value of verify_peer



9
10
11
# File 'lib/logporter/server.rb', line 9

def verify_peer
  @verify_peer
end