Class: Sidekiq::BasicFetch::UnitOfWork
- Inherits:
-
Struct
- Object
- Struct
- Sidekiq::BasicFetch::UnitOfWork
- Defined in:
- lib/sidekiq/fetch.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#queue ⇒ Object
Returns the value of attribute queue.
Instance Method Summary collapse
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
130 131 132 |
# File 'lib/sidekiq/fetch.rb', line 130 def @message end |
#queue ⇒ Object
Returns the value of attribute queue
130 131 132 |
# File 'lib/sidekiq/fetch.rb', line 130 def queue @queue end |
Instance Method Details
#acknowledge ⇒ Object
131 132 133 |
# File 'lib/sidekiq/fetch.rb', line 131 def acknowledge # nothing to do end |
#queue_name ⇒ Object
135 136 137 |
# File 'lib/sidekiq/fetch.rb', line 135 def queue_name queue.gsub(/.*queue:/, '') end |