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
14 15 16 |
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 14 def channel @channel end |
#connection ⇒ Object
Returns the value of attribute connection
14 15 16 |
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 14 def connection @connection end |
#exchange ⇒ Object
Returns the value of attribute exchange
14 15 16 |
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 14 def exchange @exchange end |
#queue ⇒ Object
Returns the value of attribute queue
14 15 16 |
# File 'lib/logstash/plugin_mixins/rabbitmq_connection.rb', line 14 def queue @queue end |