class Docket::Configuration
Attributes
storage[RW]
storage_namespace[RW]
Public Class Methods
new()
click to toggle source
# File lib/docket/configuration.rb, line 5 def initialize @storage_namespace = 'docket' @storage = nil end