Class: Forerunner::Analyzer

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(controller) ⇒ Analyzer

Returns a new instance of Analyzer.



5
6
7
# File 'lib/forerunner/analyzer.rb', line 5

def initialize(controller)
  @controller = controller
end

Instance Attribute Details

#controllerObject (readonly)

Returns the value of attribute controller.



3
4
5
# File 'lib/forerunner/analyzer.rb', line 3

def controller
  @controller
end