Class: SidekiqBackgrounder::Configuration
- Inherits:
-
Object
- Object
- SidekiqBackgrounder::Configuration
- Defined in:
- lib/sidekiq_backgrounder.rb
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#pool ⇒ Object
Returns the value of attribute pool.
-
#queue ⇒ Object
Returns the value of attribute queue.
-
#retry ⇒ Object
Returns the value of attribute retry.
-
#use_honeybadger ⇒ Object
Returns the value of attribute use_honeybadger.
Instance Attribute Details
#backtrace ⇒ Object
Returns the value of attribute backtrace.
90 91 92 |
# File 'lib/sidekiq_backgrounder.rb', line 90 def backtrace @backtrace end |
#logger ⇒ Object
Returns the value of attribute logger.
90 91 92 |
# File 'lib/sidekiq_backgrounder.rb', line 90 def logger @logger end |
#pool ⇒ Object
Returns the value of attribute pool.
90 91 92 |
# File 'lib/sidekiq_backgrounder.rb', line 90 def pool @pool end |
#queue ⇒ Object
Returns the value of attribute queue.
90 91 92 |
# File 'lib/sidekiq_backgrounder.rb', line 90 def queue @queue end |
#retry ⇒ Object
Returns the value of attribute retry.
90 91 92 |
# File 'lib/sidekiq_backgrounder.rb', line 90 def retry @retry end |
#use_honeybadger ⇒ Object
Returns the value of attribute use_honeybadger.
90 91 92 |
# File 'lib/sidekiq_backgrounder.rb', line 90 def use_honeybadger @use_honeybadger end |