module Soda::Worker

Attributes

options[R]

Public Class Methods

included(base) click to toggle source
# File lib/soda/worker.rb, line 38
def self.included(base)
  base.extend(ClassMethods)
end
new(options = {}) click to toggle source
# File lib/soda/worker.rb, line 70
def initialize(options = {})
  @options = options
end