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