class MaZMQ::Push

Attributes

state[R]

Public Class Methods

new() click to toggle source
Calls superclass method MaZMQ::SocketHandler::new
# File lib/ma-zmq/push.rb, line 5
def initialize
  @socket_type = ZMQ::PUSH
  super
end