Sha256: e51c4800e3c80983b3d79e4fbfc5dc0dc57fb1f0f870f7c8f1c0d669dffb7271
Contents?: true
Size: 445 Bytes
Versions: 3
Compression:
Stored size: 445 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: Sports event. class SportsEvent < Mida::Vocabulary itemtype %r{http://schema.org/SportsEvent}i include_vocabulary Mida::SchemaOrg::Event include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems