Sha256: 577ba373d8a83cd11a7b5707e9476f0deac30a4525e35e5c42d029a2a2bb4f7a
Contents?: true
Size: 472 Bytes
Versions: 3
Compression:
Stored size: 472 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # An advertising section of the page. class WPAdBlock < Mida::Vocabulary itemtype %r{http://schema.org/WPAdBlock}i include_vocabulary Mida::SchemaOrg::CreativeWork include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems