Method: Magicbroker::Client#initialize

Defined in:
lib/client/client.rb

#initialize(server, clientID, topic) ⇒ Client

Returns a new instance of Client.



10
11
12
13
14
# File 'lib/client/client.rb', line 10

def initialize (server, clientID, topic)
  @server = server
  @clientID = clientID
  @topic = topic
end