Sha256: 754da0db6fefba51cbb147b7542caba17d99dbf90eca84f0505605381e11a6fe

Contents?: true

Size: 555 Bytes

Versions: 6

Compression:

Stored size: 555 Bytes

Contents

require 'mida/vocabulary'

module Mida
  module SchemaOrg

    autoload :Thing, 'mida/vocabularies/schemaorg/thing'
    autoload :CreativeWork, 'mida/vocabularies/schemaorg/creativework'
    autoload :WebPage, 'mida/vocabularies/schemaorg/webpage'

    # Web page type: Video gallery page.
    class VideoGallery < Mida::Vocabulary
      itemtype %r{http://schema.org/VideoGallery}i
      include_vocabulary Mida::SchemaOrg::Thing
      include_vocabulary Mida::SchemaOrg::CreativeWork
      include_vocabulary Mida::SchemaOrg::WebPage
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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