Module: Kryten::Task

Includes:
Lawger, Runner
Included in:
BackgroundTask, ThreadedTask
Defined in:
lib/kryten.rb

Overview

TASK

Instance Attribute Summary

Attributes included from Lawger

#logger

Attributes included from Runner

#running, #started, #timer

Class Method Summary collapse

Methods included from Lawger

#default_log_format, #log, #log_path, #name

Methods included from Runner

#after_run, #after_setup, #before_run, #before_setup, #debug, #initialize, #log, #name, #run, #setup, #shutdown, #start, #status, #stop_running

Class Method Details

.included(base) ⇒ Object



17
18
19
# File 'lib/kryten.rb', line 17

def self.included(base)
  base.extend Kryten::Config
end