Method: JDCTunnel#initialize

Defined in:
lib/tunnel/tunnel.rb

#initialize(client, service, port = 10000) ⇒ JDCTunnel

Returns a new instance of JDCTunnel.



15
16
17
18
19
# File 'lib/tunnel/tunnel.rb', line 15

def initialize(client, service, port = 10000)
  @client = client
  @service = service
  @port = port
end