Class: Lich::Common::SocketReadHook::Event

Inherits:
Struct
  • Object
show all
Defined in:
documented/common/socket_read_hook.rb

Instance Attribute Summary collapse

Instance Attribute Details

#monotonic_received_atObject

Returns the value of attribute monotonic_received_at

Returns:

  • (Object)

    the current value of monotonic_received_at



12
13
14
# File 'documented/common/socket_read_hook.rb', line 12

def monotonic_received_at
  @monotonic_received_at
end

#received_atObject

Returns the value of attribute received_at

Returns:

  • (Object)

    the current value of received_at



12
13
14
# File 'documented/common/socket_read_hook.rb', line 12

def received_at
  @received_at
end

#server_stringObject

Returns the value of attribute server_string

Returns:

  • (Object)

    the current value of server_string



12
13
14
# File 'documented/common/socket_read_hook.rb', line 12

def server_string
  @server_string
end