Method: RequestLogAnalyzer::Tracker::HourlySpread#title
- Defined in:
- lib/request_log_analyzer/tracker/hourly_spread.rb
#title ⇒ Object
Returns the title of this tracker for reports
94 95 96 |
# File 'lib/request_log_analyzer/tracker/hourly_spread.rb', line 94 def title [:title] || "Request distribution per hour" end |