Class: LogStash::Inputs::Beats::MessageListener::ConnectionState

Inherits:
Struct
  • Object
show all
Defined in:
lib/logstash/inputs/beats/message_listener.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codecObject

Returns the value of attribute codec

Returns:

  • (Object)

    the current value of codec



14
15
16
# File 'lib/logstash/inputs/beats/message_listener.rb', line 14

def codec
  @codec
end

#ctxObject

Returns the value of attribute ctx

Returns:

  • (Object)

    the current value of ctx



14
15
16
# File 'lib/logstash/inputs/beats/message_listener.rb', line 14

def ctx
  @ctx
end

#ip_addressObject

Returns the value of attribute ip_address

Returns:

  • (Object)

    the current value of ip_address



14
15
16
# File 'lib/logstash/inputs/beats/message_listener.rb', line 14

def ip_address
  @ip_address
end