Sha256: fbf243c385cd5b526725844427cf22afb919eb34c5a5ce75902adf465831ee3e

Contents?: true

Size: 433 Bytes

Versions: 6

Compression:

Stored size: 433 Bytes

Contents

require 'mida/vocabulary'

module Mida
  module SchemaOrg

    autoload :Thing, 'mida/vocabularies/schemaorg/thing'
    autoload :CreativeWork, 'mida/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

6 entries across 6 versions & 1 rubygems

Version Path
mida-0.4.0 lib/mida/vocabularies/schemaorg/wpheader.rb
mida-0.3.9 lib/mida/vocabularies/schemaorg/wpheader.rb
mida-0.3.8 lib/mida/vocabularies/schemaorg/wpheader.rb
mida-0.3.7 lib/mida/vocabularies/schemaorg/wpheader.rb
mida-0.3.6 lib/mida/vocabularies/schemaorg/wpheader.rb
mida-0.3.3 lib/mida/vocabularies/schemaorg/wpheader.rb