Class: Rookout::Processor::Paths::Path
- Inherits:
-
Object
- Object
- Rookout::Processor::Paths::Path
- Defined in:
- lib/rookout/processor/paths/path.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#read_from(_namespace) ⇒ Object
5 6 7 |
# File 'lib/rookout/processor/paths/path.rb', line 5 def read_from _namespace raise NotImplementedError end |
#write_to(_namespace, _value) ⇒ Object
9 10 11 |
# File 'lib/rookout/processor/paths/path.rb', line 9 def write_to _namespace, _value raise NotImplementedError end |