lml / lev

Ride the rails but don't touch them.
MIT License
2 stars 6 forks source link

Lev::Status (a simple hash) upgrades to Lev::BackgroundJob (full object) #36

Closed joemsak closed 9 years ago

joemsak commented 9 years ago
job = Lev::BackgroundJob.new
job.save(foo: :bar, baz: :qux)
job.foo #=> :bar
job.baz #=> :qux
joemsak commented 9 years ago

@jpslav ready