Class: Syslog::Transport::TCPTransport::Client
- Inherits:
-
Struct
- Object
- Struct
- Syslog::Transport::TCPTransport::Client
- Defined in:
- lib/syslog/transport/tcp.rb
Instance Attribute Summary collapse
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#sock ⇒ Object
Returns the value of attribute sock.
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer
11 12 13 |
# File 'lib/syslog/transport/tcp.rb', line 11 def buffer @buffer end |
#sock ⇒ Object
Returns the value of attribute sock
11 12 13 |
# File 'lib/syslog/transport/tcp.rb', line 11 def sock @sock end |