class ConfigModule::TakelageConfig

takelage config class.

Attributes

active[RW]
default[RW]
home[RW]
project[RW]

Public Class Methods

new() click to toggle source
# File lib/takelage/lib/config.rb, line 13
def initialize
  @active = {}
  @default = {}
  @home = {}
  @project = {}
end