Sha256: 488fe2bdd676cfca157217d2f281b38b3a57a4789244ac3b0a0d8995e10f1878
Contents?: true
Size: 466 Bytes
Versions: 4
Compression:
Stored size: 466 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' # The header section of the page. class WPHeader < Mida::Vocabulary itemtype %r{http://schema.org/WPHeader}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::CreativeWork end end end
Version data entries
4 entries across 4 versions & 1 rubygems