Sha256: 553cb4450343c710a77fe4f0124beef5c1d5fcc7f4a5112c8c85a19c7de47b2c
Contents?: true
Size: 591 Bytes
Versions: 4
Compression:
Stored size: 591 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: Profile page. class ProfilePage < Mida::Vocabulary itemtype %r{http://schema.org/ProfilePage}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