class SSLGate::SSLBackend

Public Class Methods

new(host, port, options) click to toggle source
Calls superclass method
# File lib/ssl_gate/base_ssl_gate.rb, line 12
def initialize(host, port, options)
  super(host, port)
  @ssl = true
  @ssl_options = options
end