Sha256: 303676b05bd9abb03f8b15ee2b6c467613936ace5497aa62c56fbe025d78e5f4
Contents?: true
Size: 458 Bytes
Versions: 4
Compression:
Stored size: 458 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Event, 'mida_vocabulary/vocabularies/schemaorg/event' # Event type: Visual arts event. class VisualArtsEvent < Mida::Vocabulary itemtype %r{http://schema.org/VisualArtsEvent}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Event end end end
Version data entries
4 entries across 4 versions & 1 rubygems