Class: LogStash::Outputs::WebSocket::App
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- LogStash::Outputs::WebSocket::App
- Defined in:
- lib/logstash/outputs/websocket_topics/app.rb
Instance Method Summary collapse
-
#initialize(channels, logger) ⇒ App
constructor
A new instance of App.
Constructor Details
#initialize(channels, logger) ⇒ App
Returns a new instance of App.
10 11 12 13 |
# File 'lib/logstash/outputs/websocket_topics/app.rb', line 10 def initialize(channels, logger) @channels = channels @logger = logger end |