Class: SpeedupDashboard::Analyzer

Inherits:
Object
  • Object
show all
Defined in:
lib/speedup/analyzers/analyzer.rb

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Analyzer

Returns a new instance of Analyzer.



4
5
# File 'lib/speedup/analyzers/analyzer.rb', line 4

def initialize(options={})
end

Instance Method Details

#analyze(request) ⇒ Object



7
8
# File 'lib/speedup/analyzers/analyzer.rb', line 7

def analyze(request)
end