Class: Server::Demo

Inherits:
Object show all
Includes:
DefaultHandler
Defined in:
lib/demo_listener.rb

Overview

The Demo class

Instance Method Summary collapse

Methods included from DefaultHandler

#channel_active, #exception_caught, #message_received

Constructor Details

#initialize(options = {}) ⇒ Demo

Returns a new instance of Demo.



21
22
23
# File 'lib/demo_listener.rb', line 21

def initialize(options = {})
  @options = options
end