Sha256: f28d0cfe99000e1ca9829fe2ce3eef54f40fa9eba28ee9e8237f7919e29ed906
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A structured value providing information about the opening hours of a place or a certain service inside a place. class OpeningHoursSpecification < Mida::Vocabulary itemtype %r{http://schema.org/OpeningHoursSpecification}i 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/openinghoursspecification.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/openinghoursspecification.rb |