Class: Textus::Maintenance::Worker::Summary

Inherits:
Struct
  • Object
show all
Defined in:
lib/textus/maintenance/worker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#completedObject

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



8
9
10
# File 'lib/textus/maintenance/worker.rb', line 8

def completed
  @completed
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



8
9
10
# File 'lib/textus/maintenance/worker.rb', line 8

def failed
  @failed
end