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