Module: Funktor::Worker::FunktorOptions

Included in:
ActiveJob::Base
Defined in:
lib/funktor/worker/funktor_options.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
10
11
12
# File 'lib/funktor/worker/funktor_options.rb', line 6

def self.included(base)
  base.extend ClassMethods
  base.class_eval do
    class_attribute :funktor_options_hash
    class_attribute :funktor_retry_in_block
  end
end