Sha256: 56324593c1f2f0bcb49cb42424a3aa18b9a760a30909753ef8852589b831ea17
Contents?: true
Size: 264 Bytes
Versions: 5
Compression:
Stored size: 264 Bytes
Contents
module NCover class SummaryReport attr_accessor :output_path def initialize @report_format = :Xml super() end def report_type :Summary end def report_format :Html end end end
Version data entries
5 entries across 5 versions & 1 rubygems