Class: Textus::Store::Jobs::Worker::Summary
- Inherits:
-
Struct
- Object
- Struct
- Textus::Store::Jobs::Worker::Summary
- Defined in:
- lib/textus/store/jobs/worker.rb
Instance Attribute Summary collapse
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#failed ⇒ Object
Returns the value of attribute failed.
Instance Attribute Details
#completed ⇒ Object
Returns the value of attribute completed
5 6 7 |
# File 'lib/textus/store/jobs/worker.rb', line 5 def completed @completed end |
#failed ⇒ Object
Returns the value of attribute failed
5 6 7 |
# File 'lib/textus/store/jobs/worker.rb', line 5 def failed @failed end |