Sha256: c7dd9696f5533e249fe84bedf383b0c110c46e9ed2c5152791a5ef53594991b3
Contents?: true
Size: 413 Bytes
Versions: 6
Compression:
Stored size: 413 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :CreativeWork, 'mida/vocabularies/schemaorg/creativework' # A painting. class Painting < Mida::Vocabulary itemtype %r{http://schema.org/Painting}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::CreativeWork end end end
Version data entries
6 entries across 6 versions & 1 rubygems