Class: Ass::Peeper
- Inherits:
-
Object
- Object
- Ass::Peeper
- Defined in:
- lib/ass.rb
Instance Method Summary collapse
-
#initialize(exchange, callback) ⇒ Peeper
constructor
A new instance of Peeper.
Constructor Details
#initialize(exchange, callback) ⇒ Peeper
Returns a new instance of Peeper.
208 209 210 |
# File 'lib/ass.rb', line 208 def initialize(exchange,callback) # create a temporary queue that binds to an exchange end |