Module: Secondhand::Job
- Defined in:
- lib/secondhand/job.rb
Defined Under Namespace
Modules: Runner Classes: Details, Factory
Class Method Summary collapse
Class Method Details
.create(name, work) ⇒ Object
9 10 11 12 |
# File 'lib/secondhand/job.rb', line 9 def self.create(name, work) # Store the job and work for our job factory impl Details.new(name, Secondhand::DEFAULT_GROUP, work) end |