Class: GithubStats::ClosedByWeekReport
- Inherits:
-
Object
- Object
- GithubStats::ClosedByWeekReport
- Defined in:
- lib/github_stats/closed_by_week_report.rb
Overview
Provides week-by-week breakdown of issues closed, grouped by week with a 3 week moving average.
Defined Under Namespace
Classes: Results
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#search_string ⇒ Object
Returns the value of attribute search_string.
Instance Method Summary collapse
-
#initialize(search_string, options) ⇒ ClosedByWeekReport
constructor
A new instance of ClosedByWeekReport.
- #results ⇒ Object
Constructor Details
#initialize(search_string, options) ⇒ ClosedByWeekReport
Returns a new instance of ClosedByWeekReport.
8 9 10 11 |
# File 'lib/github_stats/closed_by_week_report.rb', line 8 def initialize(search_string, ) self.search_string = search_string self. = end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
6 7 8 |
# File 'lib/github_stats/closed_by_week_report.rb', line 6 def @options end |
#search_string ⇒ Object
Returns the value of attribute search_string.
6 7 8 |
# File 'lib/github_stats/closed_by_week_report.rb', line 6 def search_string @search_string end |