Method: GoodJob::PerformanceShowChart#initialize

Defined in:
app/charts/good_job/performance_show_chart.rb

#initialize(job_class) ⇒ PerformanceShowChart

Returns a new instance of PerformanceShowChart.



15
16
17
18
# File 'app/charts/good_job/performance_show_chart.rb', line 15

def initialize(job_class)
  super()
  @job_class = job_class
end