Class: Metior::Report::Default

Inherits:
Metior::Report show all
Defined in:
reports/default.rb,
reports/default/views/index.rb,
reports/default/views/top_committers.rb,
reports/default/views/repository_information.rb,
reports/default/views/most_significant_authors.rb,
reports/default/views/most_significant_commits.rb

Overview

This code is free software; you can redistribute it and/or modify it under the terms of the new BSD License.

Copyright (c) 2011, Sebastian Staudt

Defined Under Namespace

Classes: Index, MostSignificantAuthors, MostSignificantCommits, RepositoryInformation, TopCommitters

Constant Summary collapse

@@name =
:default
@@views =
[ :index ]

Constants inherited from Metior::Report

REPORTS_PATH

Instance Attribute Summary

Attributes inherited from Metior::Report

#range, #repository

Method Summary

Methods inherited from Metior::Report

#copy_assets, create, #generate, #initialize, name, path, template_path, view_path, views

Constructor Details

This class inherits a constructor from Metior::Report