class Attractor::AttractorApp

skeleton sinatra app

Public Class Methods

new(reporter) click to toggle source
Calls superclass method
# File lib/attractor/reporters/sinatra_reporter.rb, line 10
def initialize(reporter)
  super
  @reporter = reporter
end