Sha256: 4caca9a816a0094133dafe5336d5971af04ce904bb8424e113bd54312ca33160
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: Image gallery page. class ImageGallery < Mida::Vocabulary itemtype %r{http://schema.org/ImageGallery}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