Class: Lich::Common::SocketReadHook::Event
- Inherits:
-
Struct
- Object
- Struct
- Lich::Common::SocketReadHook::Event
- Defined in:
- documented/common/socket_read_hook.rb
Instance Attribute Summary collapse
-
#monotonic_received_at ⇒ Object
Returns the value of attribute monotonic_received_at.
-
#received_at ⇒ Object
Returns the value of attribute received_at.
-
#server_string ⇒ Object
Returns the value of attribute server_string.
Instance Attribute Details
#monotonic_received_at ⇒ Object
Returns the value of attribute monotonic_received_at
12 13 14 |
# File 'documented/common/socket_read_hook.rb', line 12 def monotonic_received_at @monotonic_received_at end |
#received_at ⇒ Object
Returns the value of attribute received_at
12 13 14 |
# File 'documented/common/socket_read_hook.rb', line 12 def received_at @received_at end |
#server_string ⇒ Object
Returns the value of attribute server_string
12 13 14 |
# File 'documented/common/socket_read_hook.rb', line 12 def server_string @server_string end |