Class: Jiggler::AtMostOnce::Fetcher::CurrentJob
- Inherits:
-
Struct
- Object
- Struct
- Jiggler::AtMostOnce::Fetcher::CurrentJob
- Defined in:
- lib/jiggler/at_most_once/fetcher.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#queue ⇒ Object
Returns the value of attribute queue.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
8 9 10 |
# File 'lib/jiggler/at_most_once/fetcher.rb', line 8 def args @args end |
#queue ⇒ Object
Returns the value of attribute queue
8 9 10 |
# File 'lib/jiggler/at_most_once/fetcher.rb', line 8 def queue @queue end |