Class: LogStash::PluginMixins::RabbitMQConnection::HareInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/logstash/plugin_mixins/rabbitmq_connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



13
14
15
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 13

def channel
  @channel
end

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



13
14
15
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 13

def connection
  @connection
end

#exchangeObject

Returns the value of attribute exchange

Returns:

  • (Object)

    the current value of exchange



13
14
15
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 13

def exchange
  @exchange
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



13
14
15
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 13

def queue
  @queue
end