Sha256: ca062981d05b83aff7a826170ce56f7638a1484b139ecd4f85c43049bd0e05e4

Contents?: true

Size: 199 Bytes

Versions: 6

Compression:

Stored size: 199 Bytes

Contents

module Sidetree
  module OP
    class Base
      # Return operation type.
      # @return [String] see Sidetree::OP::Type
      def type
        raise NotImplementedError
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sidetree-0.1.5 lib/sidetree/op/base.rb
sidetree-0.1.4 lib/sidetree/op/base.rb
sidetree-0.1.3 lib/sidetree/op/base.rb
sidetree-0.1.2 lib/sidetree/op/base.rb
sidetree-0.1.1 lib/sidetree/op/base.rb
sidetree-0.1.0 lib/sidetree/op/base.rb