Method: Metior::Report.template_path

Defined in:
lib/metior/report.rb

.template_pathString

Returns the file system path this report's templates reside in

Returns:

  • (String)

    The path of this report's templates


65
66
67
# File 'lib/metior/report.rb', line 65

def self.template_path
  File.join path, 'templates'
end