Method: NgrokAPI::Client#tunnel_sessions

Defined in:
lib/ngrokapi/client.rb

#tunnel_sessionsNgrokAPI::Services::TunnelSessionsClient

Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel sessions that are running and connected to the ngrok service. Each tunnel session can include one or more Tunnels.



55
56
57
# File 'lib/ngrokapi/client.rb', line 55

def tunnel_sessions
  @_tunnel_sessions ||= NgrokAPI::Services::TunnelSessionsClient.new(client: @client)
end