Class: Dragonfly::Job::Fetch
Instance Attribute Summary
Attributes inherited from Step
Instance Method Summary (collapse)
Methods inherited from Step
abbreviation, basename, #init, #initialize, #inspect, step_name, #to_a
Constructor Details
This class inherits a constructor from Dragonfly::Job::Step
Instance Method Details
- (Object) apply
[View source]
68 69 70 71 |
# File 'lib/dragonfly/job.rb', line 68 def apply content, = job.app.datastore.retrieve(uid) job.update(content, ) end |