Sha256: a42eea1acd4f6793f7848cc322f65ece36c3438e85c7b6d5747cd8c65e6faa7e
Contents?: true
Size: 453 Bytes
Versions: 4
Compression:
Stored size: 453 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place' # A tourist attraction. class TouristAttraction < Mida::Vocabulary itemtype %r{http://schema.org/TouristAttraction}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Place end end end
Version data entries
4 entries across 4 versions & 1 rubygems