Class: GitStats::StatsView::Charts::AuthorsCharts
- Inherits:
-
Object
- Object
- GitStats::StatsView::Charts::AuthorsCharts
- Defined in:
- lib/git_stats/stats_view/charts/authors_charts.rb
Constant Summary collapse
- AUTHORS_ON_CHART_LIMIT =
5
Instance Method Summary collapse
-
#initialize(authors) ⇒ AuthorsCharts
constructor
A new instance of AuthorsCharts.
Constructor Details
#initialize(authors) ⇒ AuthorsCharts
Returns a new instance of AuthorsCharts.
9 10 11 |
# File 'lib/git_stats/stats_view/charts/authors_charts.rb', line 9 def initialize() @authors = end |