Sha256: e8946839902f108e1282dbc5e6d40875f7ff03b4373188de1cde0606bb58bce7
Contents?: true
Size: 445 Bytes
Versions: 4
Compression:
Stored size: 445 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: A social dance. class DanceEvent < Mida::Vocabulary itemtype %r{http://schema.org/DanceEvent}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Event end end end
Version data entries
4 entries across 4 versions & 1 rubygems