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