Sha256: 5e401e673caa2681a9afe5094198d349bd06bbaab99963c92aefc8054bb36fe5

Contents?: true

Size: 439 Bytes

Versions: 3

Compression:

Stored size: 439 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: Food event.
    class FoodEvent < Mida::Vocabulary
      itemtype %r{http://schema.org/FoodEvent}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/foodevent.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/foodevent.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/foodevent.rb