Class: Ciri::P2P::RLPX::Message
- Inherits:
-
Object
- Object
- Ciri::P2P::RLPX::Message
- Includes:
- RLP::Serializable
- Defined in:
- lib/ciri/p2p/rlpx/message.rb
Overview
RLPX message
Instance Attribute Summary collapse
-
#received_at ⇒ Object
Returns the value of attribute received_at.
Instance Attribute Details
#received_at ⇒ Object
Returns the value of attribute received_at.
34 35 36 |
# File 'lib/ciri/p2p/rlpx/message.rb', line 34 def received_at @received_at end |