Class: Textus::Store::Jobs::Worker::Summary

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

Instance Attribute Summary collapse

Instance Attribute Details

#completedObject

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



5
6
7
# File 'lib/textus/store/jobs/worker.rb', line 5

def completed
  @completed
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



5
6
7
# File 'lib/textus/store/jobs/worker.rb', line 5

def failed
  @failed
end