Sha256: 197249757c967732ae36401dc43f61b064bf1898adf4c8a59ede6bfb5c405800
Contents?: true
Size: 585 Bytes
Versions: 4
Compression:
Stored size: 585 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: 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
4 entries across 4 versions & 1 rubygems