Sha256: cfd3c1cffe48a38a4bff7f71c5f44cf11b89f41a3ad5f1002a5f6c01d459bb76

Contents?: true

Size: 280 Bytes

Versions: 5

Compression:

Stored size: 280 Bytes

Contents

module Indieweb
  module PostTypes
    module Identifier
      module Note
        extend Indieweb::PostTypes::Identifier::Base

        class << self
          private

          def identifier_from(_data)
            'note'
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
indieweb-post_types-0.3.2 lib/indieweb/post_types/identifier/note.rb
indieweb-post_types-0.3.1 lib/indieweb/post_types/identifier/note.rb
indieweb-post_types-0.3.0 lib/indieweb/post_types/identifier/note.rb
indieweb-post_types-0.2.0 lib/indieweb/post_types/identifier/note.rb
indieweb-post_types-0.1.0 lib/indieweb/post_types/identifier/note.rb