Module: Docket

Extended by:
Docket
Included in:
Docket
Defined in:
lib/docket/robin_list.rb,
lib/docket.rb,
lib/docket/version.rb,
lib/docket/repeater.rb,
lib/docket/round_robin.rb,
lib/docket/storage/base.rb,
lib/docket/configuration.rb,
lib/docket/storage/redis.rb,
lib/docket/storage/daybreak.rb

Overview

Defined Under Namespace

Modules: Storage Classes: Configuration, Repeater, RobinList, RoundRobin

Constant Summary collapse

VERSION =
"0.2.1"

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



11
12
13
# File 'lib/docket/configuration.rb', line 11

def configuration
  @configuration
end

Instance Method Details

#configure {|configuration| ... } ⇒ Object

Yields:



19
20
21
# File 'lib/docket/configuration.rb', line 19

def configure
  yield(configuration)
end