Class: GithubStats::Reports::CycleTimeReport
- Inherits:
-
Object
- Object
- GithubStats::Reports::CycleTimeReport
- Includes:
- Report
- Defined in:
- lib/github_stats/cycle_time_report.rb
Overview
Provides issue cycle time from started at to done
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
Methods included from Report
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
7 8 9 |
# File 'lib/github_stats/cycle_time_report.rb', line 7 def @options end |
#search_string ⇒ Object
Returns the value of attribute search_string.
7 8 9 |
# File 'lib/github_stats/cycle_time_report.rb', line 7 def search_string @search_string end |