Module: Juggernaut::Miscel
Instance Method Summary collapse
- #config_path ⇒ Object
- #log_path ⇒ Object
- #logger ⇒ Object
- #options ⇒ Object
- #options=(ob) ⇒ Object
- #pid_path ⇒ Object
Instance Method Details
#config_path ⇒ Object
19 20 21 |
# File 'lib/juggernaut/miscel.rb', line 19 def config_path Juggernaut.config_path end |
#log_path ⇒ Object
11 12 13 |
# File 'lib/juggernaut/miscel.rb', line 11 def log_path Juggernaut.log_path end |
#logger ⇒ Object
23 24 25 |
# File 'lib/juggernaut/miscel.rb', line 23 def logger Juggernaut.logger end |
#options ⇒ Object
3 4 5 |
# File 'lib/juggernaut/miscel.rb', line 3 def Juggernaut. end |
#options=(ob) ⇒ Object
7 8 9 |
# File 'lib/juggernaut/miscel.rb', line 7 def (ob) Juggernaut. = ob end |
#pid_path ⇒ Object
15 16 17 |
# File 'lib/juggernaut/miscel.rb', line 15 def pid_path Juggernaut.pid_path end |