Class: Drunker::Aggregator::Base
- Inherits:
-
Object
- Object
- Drunker::Aggregator::Base
- Defined in:
- lib/drunker/aggregator/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#exit_status(layers) ⇒ Object
8 9 10 |
# File 'lib/drunker/aggregator/base.rb', line 8 def exit_status(layers) raise NotImplementedError.new("You must implement #{self.class}##{__method__}") end |
#run(layers) ⇒ Object
4 5 6 |
# File 'lib/drunker/aggregator/base.rb', line 4 def run(layers) raise NotImplementedError.new("You must implement #{self.class}##{__method__}") end |