Module: GithubStats::Reports::Report
- Included in:
- ClosedByWeekReport, CreatedByWeekReport, CycleTimeReport
- Defined in:
- lib/github_stats/report.rb
Instance Method Summary collapse
Instance Method Details
#initialize(search_string, options) ⇒ Object
4 5 6 7 |
# File 'lib/github_stats/report.rb', line 4 def initialize(search_string, ) self.search_string = search_string self. = end |