Class: BZMQ::PullSocket

Inherits:
Socket
  • Object
show all
Defined in:
lib/bzmq/sockets.rb

Instance Method Summary collapse

Methods inherited from Socket

#bind, #close, #connect, #read, #write

Constructor Details

#initialize(options = {}) ⇒ PullSocket

Returns a new instance of PullSocket.



34
35
36
# File 'lib/bzmq/sockets.rb', line 34

def initialize(options={})
  super(ZMQ::PULL, options)
end