Sha256: b2a6d62cac8b80cec07d93977ed8f282948e5ab0114b26c042927ec7899fb825
Contents?: true
Size: 455 Bytes
Versions: 3
Compression:
Stored size: 455 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Event, 'mida_vocabulary/vocabularies/schemaorg/event' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # User interaction: Block this content. class UserBlocks < Mida::Vocabulary itemtype %r{http://schema.org/UserBlocks}i include_vocabulary Mida::SchemaOrg::Event include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems