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