Dragonfly::Job::Fetch -> 'f'
# File lib/dragonfly/job.rb, line 39 def abbreviation @abbreviation ||= basename.scan(/[A-Z]/).join.downcase end
Dragonfly::Job::Fetch -> 'Fetch'
# File lib/dragonfly/job.rb, line 31 def basename @basename ||= name.split('::').last end
# File lib/dragonfly/job.rb, line 44 def initialize(job, *args) @job, @args = job, args init end
Dragonfly::Job::Fetch -> :fetch
# File lib/dragonfly/job.rb, line 35 def step_name @step_name ||= basename.gsub(/[A-Z]/){ "_#{$&.downcase}" }.sub('_','').to_sym end
Generated with the Darkfish Rdoc Generator 2.