Sha256: 1306b61221e762e22900fc245505f06deeca4a4a7868c395b6662d4eea6c1a1f
Contents?: true
Size: 600 Bytes
Versions: 4
Compression:
Stored size: 600 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: Collection page. class CollectionPage < Mida::Vocabulary itemtype %r{http://schema.org/CollectionPage}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