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