Method: Cyclop::Job#attempts

Defined in:
lib/cyclop/job.rb

#attemptsObject

Number of attempts



30
31
32
# File 'lib/cyclop/job.rb', line 30

def attempts
  @attempts
end