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