Sha256: 60db8565a69fcd4918df5af80ed98e7dd310ef6026ee21fa8e1eaaecda4972f5

Contents?: true

Size: 219 Bytes

Versions: 7

Compression:

Stored size: 219 Bytes

Contents

module Rworkflow
  class Configuration
    # @return [Bool] whether sidekiq jobs should be asynchronous
    attr_accessor :sidekiq_perform_async

    def initialize
      @sidekiq_perform_async = true
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rworkflow-0.7.3 lib/rworkflow/configuration.rb
rworkflow-0.7.2 lib/rworkflow/configuration.rb
rworkflow-0.7.1 lib/rworkflow/configuration.rb
rworkflow-0.7.0 lib/rworkflow/configuration.rb
rworkflow-0.6.5 lib/rworkflow/configuration.rb
rworkflow-0.6.4 lib/rworkflow/configuration.rb
rworkflow-0.6.3 lib/rworkflow/configuration.rb