Dragonfly::Job::Step
# File lib/dragonfly/job.rb, line 124 def apply job.update(Pathname.new(path), :name => filename) end
# File lib/dragonfly/job.rb, line 121 def filename @filename ||= File.basename(path) end
# File lib/dragonfly/job.rb, line 115 def init job.url_attrs[:name] = filename end
# File lib/dragonfly/job.rb, line 118 def path @path ||= File.expand_path(args.first) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.