Class: R10K::Task::Base Deprecated

Inherits:
Object
  • Object
show all
Includes:
Logging
Defined in:
lib/r10k/task.rb

Overview

Deprecated.

Constant Summary

Constants included from Logging

Logging::LOG_LEVELS

Instance Attribute Summary collapse

Method Summary

Methods included from Logging

formatter, included, level, level=, levels, #logger, #logger_name, outputter, parse_level

Instance Attribute Details

#task_runnerR10K::TaskRunner

Returns The task runner that’s executing this command.

Returns:



9
10
11
# File 'lib/r10k/task.rb', line 9

def task_runner
  @task_runner
end