Class: Dragonfly::Job::Fetch

Inherits:
Step show all
Defined in:
lib/dragonfly/job.rb

Instance Attribute Summary

Attributes inherited from Step

#args, #job

Instance Method Summary collapse

Methods inherited from Step

abbreviation, basename, #init, #initialize, #inspect, step_name

Constructor Details

This class inherits a constructor from Dragonfly::Job::Step

Instance Method Details

#applyObject



62
63
64
65
# File 'lib/dragonfly/job.rb', line 62

def apply
  content, meta = job.app.datastore.retrieve(uid)
  job.update(content, meta)
end

#uidObject



59
60
61
# File 'lib/dragonfly/job.rb', line 59

def uid
  args.first
end