Class: RailsPulse::Jobs::Tables::Index
- Inherits:
-
Tables::Base
- Object
- Tables::Base
- RailsPulse::Jobs::Tables::Index
- Defined in:
- app/models/rails_pulse/jobs/tables/index.rb
Constant Summary
Constants inherited from Tables::Base
Tables::Base::WEIGHTED_P95, Tables::Base::WEIGHTED_P99
Instance Method Summary collapse
-
#initialize(queue_name: nil, **kwargs) ⇒ Index
constructor
A new instance of Index.
Methods inherited from Tables::Base
Constructor Details
#initialize(queue_name: nil, **kwargs) ⇒ Index
Returns a new instance of Index.
5 6 7 8 |
# File 'app/models/rails_pulse/jobs/tables/index.rb', line 5 def initialize(queue_name: nil, **kwargs) super(**kwargs) @queue_name = queue_name end |