Class: Textus::Background::Worker::Summary

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

Instance Attribute Summary collapse

Instance Attribute Details

#completedObject

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



4
5
6
# File 'lib/textus/background/worker.rb', line 4

def completed
  @completed
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



4
5
6
# File 'lib/textus/background/worker.rb', line 4

def failed
  @failed
end