Sha256: ade069a0803d6c4ca0bbbb03ee19301367f6340c459a688acf7c5d985a8dbe16
Contents?: true
Size: 421 Bytes
Versions: 6
Compression:
Stored size: 421 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :Event, 'mida/vocabularies/schemaorg/event' # Event type: Theater performance. class TheaterEvent < Mida::Vocabulary itemtype %r{http://schema.org/TheaterEvent}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Event end end end
Version data entries
6 entries across 6 versions & 1 rubygems