Class: Rookout::Processor::Paths::Canopy::Operation
- Inherits:
-
Marker
- Object
- Marker
- Rookout::Processor::Paths::Canopy::Operation
show all
- Defined in:
- lib/rookout/processor/paths/canopy/markers.rb
Overview
rubocop:enable Lint/EmptyClass
Instance Method Summary
collapse
Instance Method Details
#read(_namespace, _create) ⇒ Object
17
18
19
|
# File 'lib/rookout/processor/paths/canopy/markers.rb', line 17
def read _namespace, _create
raise NotImplementedError
end
|
#write(_namespace, _value) ⇒ Object
21
22
23
|
# File 'lib/rookout/processor/paths/canopy/markers.rb', line 21
def write _namespace, _value
raise Exception::RookOperationReadOnly, self.class.to_s
end
|