Method: RequestLogAnalyzer::Tracker::HourlySpread#title

Defined in:
lib/request_log_analyzer/tracker/hourly_spread.rb

#titleObject

Returns the title of this tracker for reports



94
95
96
# File 'lib/request_log_analyzer/tracker/hourly_spread.rb', line 94

def title
  options[:title] || "Request distribution per hour"
end