Sha256: 05d28682b77fdccae6f96d294754cd82f9490b6fdbe19bc258048a6931ba02d4
Contents?: true
Size: 406 Bytes
Versions: 6
Compression:
Stored size: 406 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :Event, 'mida/vocabularies/schemaorg/event' # Event type: Food event. class FoodEvent < Mida::Vocabulary itemtype %r{http://schema.org/FoodEvent}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Event end end end
Version data entries
6 entries across 6 versions & 1 rubygems