Class: Attractor::AttractorApp

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/attractor/reporters/sinatra_reporter.rb

Overview

skeleton sinatra app

Instance Method Summary collapse

Constructor Details

#initialize(reporter) ⇒ AttractorApp

Returns a new instance of AttractorApp.



10
11
12
13
# File 'lib/attractor/reporters/sinatra_reporter.rb', line 10

def initialize(reporter)
  super
  @reporter = reporter
end