Sha256: 0fc064c92816ff617ebe2e79f42a732f999a636963c932b0c06f0fd34dc3d785

Contents?: true

Size: 333 Bytes

Versions: 1

Compression:

Stored size: 333 Bytes

Contents

require 'albacore/albacoremodel'

module NCover
  class SummaryReport
    include AlbacoreModel
    
    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

1 entries across 1 versions & 1 rubygems

Version Path
albacore-0.2.0.preview1 lib/albacore/ncoverreports/summaryreport.rb