Sha256: 6dcf278c407e4c190fe06e8b650cf288128c2283283cd4c7b7fc857f0a84255b
Contents?: true
Size: 599 Bytes
Versions: 3
Compression:
Stored size: 599 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :WebPage, 'mida_vocabulary/vocabularies/schemaorg/webpage' autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Web page type: Video gallery page. class VideoGallery < Mida::Vocabulary itemtype %r{http://schema.org/VideoGallery}i include_vocabulary Mida::SchemaOrg::WebPage include_vocabulary Mida::SchemaOrg::CreativeWork include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems