Sha256: cc35b135cb5ecba89120508e2b97bc728afffbd7b3010430920fd87756b1b0df
Contents?: true
Size: 463 Bytes
Versions: 3
Compression:
Stored size: 463 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A sea (for example, the Caspian sea). class SeaBodyOfWater < Mida::Vocabulary itemtype %r{http://schema.org/SeaBodyOfWater}i include_vocabulary Mida::SchemaOrg::Place include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems