Method: HyperMQ::Client#initialize

Defined in:
lib/hypermq/client.rb

#initialize(name, host, port = 80) ⇒ Client

Returns a new instance of Client.



8
9
10
11
12
# File 'lib/hypermq/client.rb', line 8

def initialize(name, host, port=80)
  @name = name
  @host = host
  @port = port
end