Class: Albacore::ConfigData

Inherits:
Object
  • Object
show all
Defined in:
lib/albacore/config/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelObject

Returns the value of attribute log_level.



9
10
11
# File 'lib/albacore/config/config.rb', line 9

def log_level
  @log_level
end

#yaml_config_folderObject

Returns the value of attribute yaml_config_folder.



9
10
11
# File 'lib/albacore/config/config.rb', line 9

def yaml_config_folder
  @yaml_config_folder
end