Sha256: 6ece7f3383bb9c23f1f6a7c29384a8f9d04fcd766e3b40c0b2ec4a32e89b77da
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Reservation, 'mida_vocabulary/vocabularies/schemaorg/reservation' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A reservation to dine at a food-related business. class FoodEstablishmentReservation < Mida::Vocabulary itemtype %r{http://schema.org/FoodEstablishmentReservation}i include_vocabulary Mida::SchemaOrg::Reservation 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/foodestablishmentreservation.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/foodestablishmentreservation.rb |