Class: Textus::Background::Worker::Summary
- Inherits:
-
Struct
- Object
- Struct
- Textus::Background::Worker::Summary
- Defined in:
- lib/textus/background/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
4 5 6 |
# File 'lib/textus/background/worker.rb', line 4 def completed @completed end |
#failed ⇒ Object
Returns the value of attribute failed
4 5 6 |
# File 'lib/textus/background/worker.rb', line 4 def failed @failed end |