Method: ReportBuilder.json_report_path
- Defined in:
- lib/report_builder.rb
.json_report_path ⇒ String
Returns Report Builder json report output file path with file name without extension
282 283 284 |
# File 'lib/report_builder.rb', line 282 def self.json_report_path [:json_report_path] || [:report_path] end |