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