Class: LogStash::PluginMixins::RabbitMQConnection::HareInfo
- Inherits:
-
Struct
- Object
- Struct
- LogStash::PluginMixins::RabbitMQConnection::HareInfo
- Defined in:
- lib/logstash/plugin_mixins/rabbitmq_connection.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#exchange ⇒ Object
Returns the value of attribute exchange.
-
#queue ⇒ Object
Returns the value of attribute queue.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
13 14 15 |
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 13 def channel @channel end |
#connection ⇒ Object
Returns the value of attribute connection
13 14 15 |
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 13 def connection @connection end |
#exchange ⇒ Object
Returns the value of attribute exchange
13 14 15 |
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 13 def exchange @exchange end |
#queue ⇒ Object
Returns the value of attribute queue
13 14 15 |
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 13 def queue @queue end |