Sha256: 78f7473f2e49cd8790ee6f3e8d9cbb013543858bb2ca487125788151a1d1c17d
Contents?: true
Size: 470 Bytes
Versions: 3
Compression:
Stored size: 470 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # One of the continents (for example, Europe or Africa). class Continent < Mida::Vocabulary itemtype %r{http://schema.org/Continent}i include_vocabulary Mida::SchemaOrg::Place include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems