Class: RemoteSyslogSender::Sender::Packet
- Inherits:
-
SyslogProtocol::Packet
- Object
- SyslogProtocol::Packet
- RemoteSyslogSender::Sender::Packet
- Defined in:
- lib/remote_syslog_sender/sender.rb
Overview
To suppress initialize warning
Instance Method Summary collapse
-
#initialize ⇒ Packet
constructor
A new instance of Packet.
Constructor Details
#initialize ⇒ Packet
Returns a new instance of Packet.
8 9 10 11 |
# File 'lib/remote_syslog_sender/sender.rb', line 8 def initialize(*) super @time = nil end |