Sha256: 01eacd1f490f7df02f9d03261c7f4604c352f1e94dd71a449383b8da3a83eee5
Contents?: true
Size: 451 Bytes
Versions: 4
Compression:
Stored size: 451 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: Business event. class BusinessEvent < Mida::Vocabulary itemtype %r{http://schema.org/BusinessEvent}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Event end end end
Version data entries
4 entries across 4 versions & 1 rubygems