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



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

def channel
  @channel
end

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



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

def connection
  @connection
end

#exchangeObject

Returns the value of attribute exchange

Returns:

  • (Object)

    the current value of exchange



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

def exchange
  @exchange
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



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

def queue
  @queue
end