Sha256: 7041f95f9e105da7ba5bdb695084de4920306c323a2bbc8a2220b9979ab818bb

Contents?: true

Size: 466 Bytes

Versions: 3

Compression:

Stored size: 466 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # The header section of the page.
    class WPHeader < Mida::Vocabulary
      itemtype %r{http://schema.org/WPHeader}i
      include_vocabulary Mida::SchemaOrg::CreativeWork
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/wpheader.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/wpheader.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/wpheader.rb