Class: Docket::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/docket/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



5
6
7
8
# File 'lib/docket/configuration.rb', line 5

def initialize
  @storage_namespace = 'docket'
  @storage = nil
end

Instance Attribute Details

#storageObject

Returns the value of attribute storage.



3
4
5
# File 'lib/docket/configuration.rb', line 3

def storage
  @storage
end

#storage_namespaceObject

Returns the value of attribute storage_namespace.



3
4
5
# File 'lib/docket/configuration.rb', line 3

def storage_namespace
  @storage_namespace
end