Class: Process::Naf::Logger::JobLog

Inherits:
Base
  • Object
show all
Defined in:
app/models/process/naf/logger/job_log.rb

Instance Method Summary collapse

Methods inherited from Base

#work

Instance Method Details

#file_pathObject



4
5
6
# File 'app/models/process/naf/logger/job_log.rb', line 4

def file_path
  "#{::Naf::PREFIX_PATH}/#{::Naf.schema_name}/jobs/#{ENV['NAF_JOB_ID']}/"
end