class JunitModel::CLI::Options

The options to be used throughout the CLI Module

Attributes

files[RW]
output_path[RW]

Public Class Methods

new() click to toggle source
# File lib/junit_model/cli/cli_parser.rb, line 8
def initialize
  self.files = []
  self.output_path = './merged_tests.xml'
end