Class: Sidetree::OP::Base
- Inherits:
-
Object
- Object
- Sidetree::OP::Base
- Defined in:
- lib/sidetree/op/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#type ⇒ String
Return operation type.
Instance Method Details
#type ⇒ String
Return operation type.
6 7 8 |
# File 'lib/sidetree/op/base.rb', line 6 def type raise NotImplementedError end |