Class: ZMQ::PollItem

Inherits:
orgorg.jeromqorg.jeromq.ZMQorg.jeromq.ZMQ::PollItem
  • Object
show all
Defined in:
lib/jrzmq/zmq_classes.rb

Instance Method Summary collapse

Constructor Details

#initialize(s, ops) ⇒ PollItem

Returns a new instance of PollItem.



44
45
46
# File 'lib/jrzmq/zmq_classes.rb', line 44

def initialize(s, ops)
  super(s, ops)
end