Sha256: 541fabdcef25f4a78f955b567a6ff5f4b6ca0439cf7828441c3f3b10517d0f97
Contents?: true
Size: 599 Bytes
Versions: 4
Compression:
Stored size: 599 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' autoload :WebPage, 'mida_vocabulary/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
4 entries across 4 versions & 1 rubygems