Sha256: b0eed4378174d435503a628b901fcf40ecf2aac44fb1a50e2108601bc818dfb3
Contents?: true
Size: 379 Bytes
Versions: 6
Compression:
Stored size: 379 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :Place, 'mida/vocabularies/schemaorg/place' # A pond class Pond < Mida::Vocabulary itemtype %r{http://schema.org/Pond}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Place end end end
Version data entries
6 entries across 6 versions & 1 rubygems