Module: Cloudtasker::Storable::Worker

Defined in:
lib/cloudtasker/storable/worker.rb

Overview

Add ability to store and pull workers in Redis under a specific namespace

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

Add class method to including class



8
9
10
# File 'lib/cloudtasker/storable/worker.rb', line 8

def self.included(base)
  base.extend(ClassMethods)
end