Class: RocketJob::Batch::Result
- Inherits:
-
Struct
- Object
- Struct
- RocketJob::Batch::Result
- Defined in:
- lib/rocket_job/batch/result.rb
Overview
Structure to hold results that need to be written to different output collections
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
6 7 8 |
# File 'lib/rocket_job/batch/result.rb', line 6 def category @category end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/rocket_job/batch/result.rb', line 6 def value @value end |