Sha256: 59dd1c80ad933465372e488d45b1b122c60d7a5fa476f13ad8e1c50235ba7afb
Contents?: true
Size: 461 Bytes
Versions: 3
Compression:
Stored size: 461 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 mountain, like Mount Whitney or Mount Everest class Mountain < Mida::Vocabulary itemtype %r{http://schema.org/Mountain}i include_vocabulary Mida::SchemaOrg::Place include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems