Sha256: 608af80097ab84249db2f54810ace9476e9630bc2c585e340a3c957fc62d811f
Contents?: true
Size: 491 Bytes
Versions: 4
Compression:
Stored size: 491 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' # A web page element, like a table or an image class WebPageElement < Mida::Vocabulary itemtype %r{http://schema.org/WebPageElement}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::CreativeWork end end end
Version data entries
4 entries across 4 versions & 1 rubygems