Method: Bunny::Queue#arguments
- Defined in:
- lib/bunny/queue.rb
#arguments ⇒ Hash
Returns Additional optional arguments (typically used by RabbitMQ extensions and plugins).
119 120 121 |
# File 'lib/bunny/queue.rb', line 119 def arguments @arguments end |