Sha256: 64fc1c691c3a92eb91d3d7bc89b697a84a6955367dc22a8c2ce6618f440ad7eb
Contents?: true
Size: 451 Bytes
Versions: 3
Compression:
Stored size: 451 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Event, 'mida_vocabulary/vocabularies/schemaorg/event' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Event type: Literary event. class LiteraryEvent < Mida::Vocabulary itemtype %r{http://schema.org/LiteraryEvent}i include_vocabulary Mida::SchemaOrg::Event include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems