Sha256: 29fac2759681f364717ab0fee5b77a5b4147a1bbe137a418b80bc63a8fdc6768

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 footer section of the page.
    class WPFooter < Mida::Vocabulary
      itemtype %r{http://schema.org/WPFooter}i
      include_vocabulary Mida::SchemaOrg::Thing
      include_vocabulary Mida::SchemaOrg::CreativeWork
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mida_vocabulary-0.1.3 lib/mida_vocabulary/vocabularies/schemaorg/wpfooter.rb
mida_vocabulary-0.1.2 lib/mida_vocabulary/vocabularies/schemaorg/wpfooter.rb
mida_vocabulary-0.1.1 lib/mida_vocabulary/vocabularies/schemaorg/wpfooter.rb
mida_vocabulary-0.1 lib/mida_vocabulary/vocabularies/schemaorg/wpfooter.rb