Sha256: cdadc02ddf5986ac1eb715e6782b4f34ac4da128c1044e4bb00cb0c5b57c388a

Contents?: true

Size: 455 Bytes

Versions: 3

Compression:

Stored size: 455 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: Children's event.
    class ChildrensEvent < Mida::Vocabulary
      itemtype %r{http://schema.org/ChildrensEvent}i
      include_vocabulary Mida::SchemaOrg::Event
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/childrensevent.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/childrensevent.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/childrensevent.rb