Module: Miu::Publisher::ClassMethods

Defined in:
lib/miu/publisher.rb

Instance Method Summary collapse

Instance Method Details

#socket_type(socket = nil) ⇒ Object



29
30
31
32
33
34
35
# File 'lib/miu/publisher.rb', line 29

def socket_type(socket = nil)
  if socket
    @socket_type = socket
  else
    @socket_type
  end
end