Class: Bashly::Settings
- Inherits:
-
Object
- Object
- Bashly::Settings
- Defined in:
- lib/bashly/settings.rb
Class Attribute Summary collapse
Class Attribute Details
.source_dir ⇒ Object
6 7 8 |
# File 'lib/bashly/settings.rb', line 6 def source_dir @source_dir ||= ENV['BASHLY_SOURCE_DIR'] || 'src' end |
.target_dir ⇒ Object
10 11 12 |
# File 'lib/bashly/settings.rb', line 10 def target_dir @target_dir ||= ENV['BASHLY_TARGET_DIR'] || '.' end |