Class: CommandJobLog
- Inherits:
-
Object
- Object
- CommandJobLog
- Includes:
- StandardModel
- Defined in:
- lib/app/models/command_job_log.rb
Overview
Capture command log messages for a given job
Instance Method Summary collapse
-
#display_message ⇒ Object
Display message.
Instance Method Details
#display_message ⇒ Object
Display message
26 27 28 29 30 31 32 |
# File 'lib/app/models/command_job_log.rb', line 26 def if dir.present? "Dir: #{dir}\nCommand: #{command}\nOutput: #{}" else end end |