Module: Goraku::Client::Log
- Included in:
- Goraku::Client
- Defined in:
- lib/goraku/client/log.rb
Instance Method Summary collapse
Instance Method Details
#operator_log ⇒ Object
5 6 7 |
# File 'lib/goraku/client/log.rb', line 5 def operator_log get '/log/operator.txt' end |
#scheduler_log ⇒ Object
13 14 15 |
# File 'lib/goraku/client/log.rb', line 13 def scheduler_log get '/log/scheduler.txt' end |
#wui_log ⇒ Object
9 10 11 |
# File 'lib/goraku/client/log.rb', line 9 def wui_log get '/log/wui.txt' end |