module EvJobGen
Constants
- VERSION
Public Class Methods
root()
click to toggle source
# File lib/ev_job_gen.rb, line 11 def root File.expand_path(File.join('..', '..'), __FILE__) end
tmpl_dir()
click to toggle source
# File lib/ev_job_gen.rb, line 15 def tmpl_dir File.expand_path(File.join('kubernetes', 'tmpl'), self.root) end