Method: FFWD::UDP::SetupOutput#initialize
- Defined in:
- lib/ffwd/protocol/udp.rb
#initialize(config, log, handler) ⇒ SetupOutput
Returns a new instance of SetupOutput.
30 31 32 33 34 35 |
# File 'lib/ffwd/protocol/udp.rb', line 30 def initialize config, log, handler @config = config @log = log @handler = handler @config = Connect.prepare Hash[@config] end |