class Refried::Configuration

The Refried Configuration class

based in general on the configuration approach in https://github.com/nesquena/backburner MIT license

Constants

PRIORITY_LABELS

Attributes

beanstalk_url[RW]
reserve_timeout[RW]

Public Class Methods

new() click to toggle source
# File lib/refried/configuration.rb, line 10
def initialize
  @beanstalk_url     = "localhost"
  @reserve_timeout   = nil
end