Class: RailsPulse::Jobs::Tables::Index

Inherits:
Tables::Base show all
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

Methods inherited from Tables::Base

#to_table

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