Class: Wor::Batchifier::Strategy
- Inherits:
-
Object
- Object
- Wor::Batchifier::Strategy
show all
- Defined in:
- lib/wor/batchifier/strategy.rb
Instance Method Summary
collapse
Instance Method Details
#base_case ⇒ Object
9
10
11
|
# File 'lib/wor/batchifier/strategy.rb', line 9
def base_case
{}
end
|
#merge_strategy ⇒ Object
5
6
7
|
# File 'lib/wor/batchifier/strategy.rb', line 5
def merge_strategy
raise Wor::Batchifier::Exceptions::InterfaceNotImplemented.new "Class #{self.class.name} does not implement contract merge_strategy!"
end
|