class Delayed::Master::Config::WorkerSetting
Constants
- ARRAY_CONFIGS
- SIMPLE_CONFIGS
Attributes
data[R]
Public Class Methods
new(default = {})
click to toggle source
# File lib/delayed/master/config.rb, line 65 def initialize(default = {}) @data = default end
Public Instance Methods
control(value = nil)
click to toggle source
# File lib/delayed/master/config.rb, line 69 def control(value = nil) puts "DEPRECATION WARNING: deprecated control setting is called from #{caller(1, 1).first}. Remove it from your config file." end