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