Sha256: 82e4c496842f3cc36874b9d472fe00f898ce76a022604d72880cf67fed983419
Contents?: true
Size: 436 Bytes
Versions: 4
Compression:
Stored size: 436 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place' # A volcano, like Fuji san class Volcano < Mida::Vocabulary itemtype %r{http://schema.org/Volcano}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Place end end end
Version data entries
4 entries across 4 versions & 1 rubygems