Class: Queuel::SNS::Queue
- Inherits:
-
Base::Queue
- Object
- Base::Queue
- Queuel::SNS::Queue
- Extended by:
- Forwardable
- Defined in:
- lib/queuel/sns/queue.rb
Instance Method Summary collapse
Methods inherited from Base::Queue
#initialize, #max_pool_tasks, #peek, #pop, #receive, #size
Methods included from Introspect
#const_with_nesting, #module_names
Constructor Details
This class inherits a constructor from Queuel::Base::Queue
Instance Method Details
#push(message, options = {}) ⇒ Object
8 9 10 |
# File 'lib/queuel/sns/queue.rb', line 8 def push(, = {}) queue_connection.publish (, ) end |