Sha256: 9f4f2e84a91d29ee8afe807b36a0fd76202d07827e4dd2d5a54398c20eaa086b
Contents?: true
Size: 547 Bytes
Versions: 6
Compression:
Stored size: 547 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: Contact page. class ContactPage < Mida::Vocabulary itemtype %r{http://schema.org/ContactPage}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