Method: Quebert::Controller::Base#initialize

Defined in:
lib/quebert/controller/base.rb

#initialize(job) ⇒ Base

Returns a new instance of Base.



8
9
10
# File 'lib/quebert/controller/base.rb', line 8

def initialize(job)
  @job = job
end