Sha256: 47f83f1d0d0618f272d14b814e3a65fa951078a2e8569f41e704fc01ca61b3df
Contents?: true
Size: 467 Bytes
Versions: 2
Compression:
Stored size: 467 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Event, 'mida_vocabulary/vocabularies/schemaorg/event' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # An event involving the delivery of an item. class DeliveryEvent < Mida::Vocabulary itemtype %r{http://schema.org/DeliveryEvent}i include_vocabulary Mida::SchemaOrg::Event include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mida_vocabulary-0.2 | lib/mida_vocabulary/vocabularies/schemaorg/deliveryevent.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/deliveryevent.rb |