class SidekiqHero::Configuration

Attributes

exceed_max_time[RW]
notifier_class[RW]
queues[RW]

Public Class Methods

new() click to toggle source
# File lib/sidekiq_hero/configuration.rb, line 7
def initialize
  @notifier_class = SidekiqHero::Notifier
  @queues = []
end