Class: Jiggler::AtMostOnce::Fetcher::CurrentJob

Inherits:
Struct
  • Object
show all
Defined in:
lib/jiggler/at_most_once/fetcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



8
9
10
# File 'lib/jiggler/at_most_once/fetcher.rb', line 8

def args
  @args
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



8
9
10
# File 'lib/jiggler/at_most_once/fetcher.rb', line 8

def queue
  @queue
end