Class: Procrastinator::Test::MockDataTask

Inherits:
MockTask
  • Object
show all
Defined in:
lib/procrastinator/test/mocks.rb

Overview

Data-accepting MockTask

See Also:

Instance Attribute Summary collapse

Attributes inherited from MockTask

#container, #logger, #scheduler

Method Summary

Methods inherited from MockTask

#run, #run?

Instance Attribute Details

#dataObject

Returns the value of attribute data.



85
86
87
# File 'lib/procrastinator/test/mocks.rb', line 85

def data
  @data
end