Sha256: 3fabf488aa5e239a69b15da7574027b8b65bd9898752f46bafd73b30101f2c81
Contents?: true
Size: 541 Bytes
Versions: 6
Compression:
Stored size: 541 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: About page. class AboutPage < Mida::Vocabulary itemtype %r{http://schema.org/AboutPage}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