Class: Syslog::Transport::TCPTransport::Client

Inherits:
Struct
  • Object
show all
Defined in:
lib/syslog/transport/tcp.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



11
12
13
# File 'lib/syslog/transport/tcp.rb', line 11

def buffer
  @buffer
end

#sockObject

Returns the value of attribute sock

Returns:

  • (Object)

    the current value of sock



11
12
13
# File 'lib/syslog/transport/tcp.rb', line 11

def sock
  @sock
end