module DocxReport

Public Class Methods

create_docx_report(template_path) click to toggle source
# File lib/docx_report.rb, line 13
def self.create_docx_report(template_path)
  Report.new template_path
end