class Rworkflow::Configuration

Attributes

sidekiq_perform_async[RW]

@return [Bool] whether sidekiq jobs should be asynchronous

Public Class Methods

new() click to toggle source
# File lib/rworkflow/configuration.rb, line 6
def initialize
  @sidekiq_perform_async = true
end